/**
  * Returns the static model of the specified AR class.
  * @return Loominfo the static model class
  */
 public static function model($className = __CLASS__)
 {
     return parent::model($className);
 }
 public function init()
 {
     parent::init();
     //$this->fsilktype = 16;
 }