Example #1
0
 public static function getFieldsConfig()
 {
     $obj = parent::getFieldsConfig();
     // TODO: Change the autogenerated stub
     $obj['__sys_lines_url']['TableRelation'] = array();
     $obj['type']['Options'] = array(static::$TYPE_IMGGRP => array('Caption' => array('en-US' => 'Img group', 'vi-VN' => 'Img Group')));
     return $obj;
 }
Example #2
0
 public function getPostCatObj()
 {
     return QdPostCat::GET($this->post_cat_id);
 }