Definition at line 7 of file list_user.php.
Public Member Functions | |
render () | |
Protected Member Functions | |
_prepareWhereQuery ($aWhere, $sSql) | |
_buildSelectString ($oObject=null) | |
_prepareOrderByQuery ($sSql=null) |
List_User.render | ( | ) |
Executes parent method parent.render(), passes data to Smarty engine and returns name of template file "list_review.tpl".
Reimplemented from oxAdminList.
Definition at line 15 of file list_user.php.
List_User._prepareWhereQuery | ( | $ | aWhere, | |
$ | sSql | |||
) | [protected] |
Adds where condition to SQL
Reimplemented from oxAdminList.
Definition at line 46 of file list_user.php.
List_User._buildSelectString | ( | $ | oObject = null |
) | [protected] |
Returns select query string
Reimplemented from oxAdminList.
Definition at line 57 of file list_user.php.
List_User._prepareOrderByQuery | ( | $ | sSql = null |
) | [protected] |
Adds order by to SQL query string.
string | $sSql sql string |
Reimplemented from oxAdminList.
Definition at line 69 of file list_user.php.