|
OXID eShop CE
4.9.7
|
Inheritance diagram for Tools_List:
Collaboration diagram for Tools_List:Protected Member Functions | |
| _processFiles () | |
| _prepareSQL ($sSQL, $iSQLlen) | |
Protected Member Functions inherited from oxAdminList | |
| _getViewListSize () | |
| _getUserDefListSize () | |
| _calcListItemsCount ($sSql) | |
| _setCurrentListPosition ($sPage=null) | |
| _prepareOrderByQuery ($sSql=null) | |
| _buildSelectString ($oListObject=null) | |
| _processFilter ($sFieldValue) | |
| _buildFilter ($sVal, $blIsSearchValue) | |
| _isSearchValue ($sFieldValue) | |
| _prepareWhereQuery ($aWhere, $sqlFull) | |
| _changeselect ($sSql) | |
| _convertToDBDate ($sValue, $sFldType) | |
| _convertDate ($sDate) | |
| _convertTime ($sFullDate) | |
| _setListNavigationParams () | |
| _setupNavigation ($sNode) | |
Protected Member Functions inherited from oxAdminView | |
| _getEditShop ($sShopId) | |
| _getServiceProtocol () | |
| _getShopVersionNr () | |
| _addNavigationHistory ($sNode) | |
| _getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false) | |
| _resetContentCache () | |
| _allowAdminEdit ($sUserId) | |
| _getCountryByCode ($sCountryCode) | |
| _authorize () | |
Protected Member Functions inherited from oxView | |
| _executeNewAction ($sNewAction) | |
Additional Inherited Members | |
Static Protected Attributes inherited from oxAdminView | |
| static | $_oNaviTree = null |
| static | $_sAuthUserRights = null |
Admin systeminfo manager. Returns template, that arranges two other templates ("tools_list.tpl" and "tools_main.tpl") to frame.
Definition at line 8 of file tools_list.php.
|
protected |
Method parses givent SQL queries string and returns array on success
| string | $sSQL | SQL queries |
| integer | $iSQLlen | query lenght |
Definition at line 167 of file tools_list.php.
|
protected |
| Tools_List::performsql | ( | ) |
Method performs user passed SQL query
Definition at line 33 of file tools_list.php.
| Tools_List::updateViews | ( | ) |
Performs full view update
Definition at line 21 of file tools_list.php.
|
protected |
Definition at line 16 of file tools_list.php.