In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Dependency Graph View Issue ] Relation Graph ] Vertical ]
related to child of duplicate of

Viewing Issue Simple Details
ID Category Type Reproducibility Date Submitted Last Update
0000037 [In-Portal CMS] Optimization task always 2009-05-29 04:58 2009-10-06 14:32
Reporter alex View Status public  
Assigned To alex
Priority normal Resolution fixed  
Status closed      
Summary 0000037: Simplify code of kSearchHelper::getSearchClause method
Description Usage of method "kSearchHelper::getFieldInformation" in method "kSearchHelper::getSearchClause" is not so obvious:

extract( $this->getFieldInformation($object, $field_name) );

Idea is to replace this code with something like this:
list ($field_name, $field_type, ...) = $this->getFieldInformation($object, $field_name);
Additional Information



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker