/**
  * Public constructor
  */
 public function __construct()
 {
     /**
      * Table name
      */
     $this->_name = 'cms_block';
     parent::__construct();
 }
 /**
  * Constructs object of model using optional configuration
  * supplied by $config param
  *
  * @param array $config 
  */
 public function __construct($config = array())
 {
     $this->setStatus(Fox_Extensionmanager_Model_Package_Status::DEFAULT_STATUS);
     $conf = Fox::getModel('extensionmanager/config');
     if ($conf->hasErrors()) {
         $this->errors = $this->errors + $conf->getErrors();
     }
     $this->setConfig($conf);
     parent::__construct($config);
 }
 /**
  * Public constructor
  */
 public function __construct()
 {
     /**
      * Table name
      */
     $this->_name = 'admin_user';
     /**
      * Table primary key field
      */
     $this->primary = 'id';
     parent::__construct();
 }
 /**
  * Public constructor
  */
 public function __construct()
 {
     /**
      * Table name
      */
     $this->_name = 'navigation_menu_item';
     /**
      * Table primary key field
      */
     $this->primary = 'id';
     parent::__construct();
 }
 /**
  * Public constructor
  */
 public function __construct()
 {
     /**
      * Table name
      */
     $this->_name = 'member_forget_password_entity';
     /**
      * Table primary key field
      */
     $this->primary = 'id';
     parent::__construct();
 }
 /**
  * Public constructor
  */
 public function __construct()
 {
     /**
      * Table name
      */
     $this->_name = 'newsletter_subscriber';
     /**
      * Table primary key field
      */
     $this->primary = 'id';
     parent::__construct();
 }
 /**
  * Public constructor
  */
 public function __construct()
 {
     /**
      * Table name
      */
     $this->_name = 'eav_entity_type';
     /**
      * Table primary key field 
      */
     $this->primary = 'id';
     parent::__construct();
 }
 /**
  * Public constructor
  */
 public function __construct()
 {
     /**
      * Table name
      */
     $this->_name = 'eav_attribute_set';
     /**
      * Table primary key field
      */
     $this->primary = 'id';
     parent::__construct();
 }
 /**
  * Public constructor
  */
 public function __construct()
 {
     /**
      * Table name
      */
     $this->_name = 'member_verification_entity';
     /**
      * Table primary key field
      */
     $this->primary = 'id';
     parent::__construct();
 }
 /**
  * Public constructor
  */
 public function __construct()
 {
     /**
      * Table name
      */
     $this->_name = 'core_cache';
     /**
      * Table primary key field
      */
     $this->primary = 'cache_code';
     parent::__construct();
 }
 /**
  * Public constructor
  */
 public function __construct()
 {
     /**
      * Table name
      */
     $this->_name = 'core_email_template';
     /**
      * Table primary key field
      */
     $this->primary = 'id';
     parent::__construct();
 }
 /**
  * Public constructor
  */
 public function __construct()
 {
     /**
      * Table name
      */
     $this->_name = 'backup_report';
     /**
      * Table primary key field
      */
     $this->primary = 'id';
     parent::__construct();
 }
 /**
  * Public constructor
  */
 public function __construct()
 {
     /**
      * Table name
      */
     $this->_name = 'admin_role_resource_category';
     /**
      * Table primary key field
      */
     $this->primary = 'id';
     parent::__construct();
 }
 /**
  * Public constructor
  */
 public function __construct()
 {
     /**
      * Table name
      */
     $this->_name = 'core_preferences';
     /**
      * Table primary key field
      */
     $this->primary = 'id';
     parent::__construct();
 }
 /**
  * Public constructor
  */
 public function __construct()
 {
     /**
      * Table name
      */
     $this->_name = 'contact_request';
     /**
      * Table primary key field 
      */
     $this->primary = 'id';
     parent::__construct();
 }