Public Member Functions | |
render () | |
save () | |
dropSeoIds () | |
deleteStaticUrl () | |
Protected Member Functions | |
_loadActiveUrl ($iShopId) | |
_processUrls ($aUrls) | |
_cleanupUrl ($sUrl) | |
Protected Attributes | |
$_sActSeoObject = null |
Admin shop system setting manager. Collects shop system settings, updates it on user submit, etc. Admin Menu: Main Menu -> Core Settings -> System.
Definition at line 8 of file shop_seo.php.
Shop_Seo._cleanupUrl | ( | $ | sUrl | ) | [protected] |
processes urls by fixing "&", "&"
string | $sUrl processable url |
Definition at line 138 of file shop_seo.php.
Shop_Seo._loadActiveUrl | ( | $ | iShopId | ) | [protected] |
Loads and sets active url info to view
int | $iShopId active shop id |
Definition at line 54 of file shop_seo.php.
Shop_Seo._processUrls | ( | $ | aUrls | ) | [protected] |
Goes through urls array and prepares them for saving to db
array | $aUrls urls to process |
Definition at line 116 of file shop_seo.php.
Shop_Seo.deleteStaticUrl | ( | ) |
Shop_Seo.dropSeoIds | ( | ) |
Shop_Seo.render | ( | ) |
Executes parent method parent.render() and returns name of template file "shop_system.tpl".
Reimplemented from Shop_Config.
Definition at line 21 of file shop_seo.php.
Shop_Seo.save | ( | ) |
Saves changed shop configuration parameters.
Reimplemented from Shop_Config.
Definition at line 84 of file shop_seo.php.
Shop_Seo.$_sActSeoObject = null [protected] |
Active seo url id
Definition at line 13 of file shop_seo.php.