Class Mage_Cms_Model_Resource_Page
Cms page mysql resource
- Mage_Core_Model_Resource_Abstract
- Mage_Core_Model_Resource_Db_Abstract
- Mage_Cms_Model_Resource_Page
Direct known subclasses
Mage_Cms_Model_Mysql4_Page
Package: Mage\Cms
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Cms/Model/Resource/Page.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Cms/Model/Resource/Page.php
protected
|
|
protected
|
|
protected
|
|
protected
|
|
public
|
#
load(
Load an object using 'identifier' field if there's no field specified and value is not numeric |
protected
|
|
protected
Zend_Db_Select
|
#
_getLoadSelect( string $field, mixed $value,
Retrieve select object for load object data |
protected
Varien_Db_Select
|
#
_getLoadByIdentifierSelect( string $identifier, integer|array $store, integer $isActive = null )
Retrieve load select with filter by identifier, store and activity |
public
boolean
|
#
getIsUniquePageToStores(
Check for unique of identifier of page to selected store(s). |
protected
boolean
|
#
isNumericPageIdentifier(
Check whether page identifier is numeric |
protected
boolean
|
|
public
integer
|
#
checkIdentifier( string $identifier, integer $storeId )
Check if page identifier exist for specific store return page id if page exists |
public
string|false
|
#
getCmsPageTitleByIdentifier( string $identifier )
Retrieves cms page title from DB by passed identifier. |
public
string|false
|
|
public
string|false
|
|
public
array
|
|
public
|
|
public
|
protected
null| |
$_store | null |
#
Store model |
$_commitCallbacks
|