Ejemplo n.º 1
0
 public function __construct($siteId)
 {
     parent::__construct($siteId);
     $this->attributeLabels = $this->getattributeLabels();
 }
Ejemplo n.º 2
0
 public function get_max($lang = NULL)
 {
     $row = parent::_fetchRow(array('where' => $lang, 'order' => 'cs_order desc'));
     return $row['cs_order'];
 }