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