コード例 #1
0
ファイル: kshowStub.class.php プロジェクト: GElkayam/server
 protected function init()
 {
     if ($this->fields == NULL) {
         $this->fields = kArray::makeAssociative(array("id", "name", "type", "type_text", "producer_name", "rank", "views", "entries", "team_picture_path", "thumbnail_path", "intro_id", "intro_url", "intro_duration", "intro_duration_formatted", "intro_created_at_formatted", "intro_thumbnail", "custom_data_3"));
     }
 }