Hi,
could anyone explain to me what the various methods do in ListView.php and DetailView.php?
especially these methods ..
processSugarBean(), processListView(), processListViewtwo() & processListViewMulti() ?
step by step will be helpful..
Hi,
could anyone explain to me what the various methods do in ListView.php and DetailView.php?
especially these methods ..
processSugarBean(), processListView(), processListViewtwo() & processListViewMulti() ?
step by step will be helpful..
Hi
have you seen the method descriptions and code comments in include/ListView/ListView.php ?
PHP Code:/**
* @return void
* @param unknown $seed
* @param unknown $xTemplateSection
* @param unknown $html_varName
* @desc INTERNAL FUNCTION Handles List Views using seeds that extend SugarBean
$XTemplateSection is the section in the XTemplate file that should be parsed usually main
$html_VarName is the variable name used in the XTemplateFile e.g. TASK
$seed is a seed that extends SugarBean
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc..
* All Rights Reserved..
* Contributor(s): ______________________________________..
*/
function processSugarBean($xtemplateSection, $html_varName, $seed){
...
}
Maybe this helps you to understand what these methods do.
Pascal
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks