當前位置: 首頁>>代碼示例>>PHP>>正文


PHP Default_Model_Filter::__construct方法代碼示例

本文整理匯總了PHP中Default_Model_Filter::__construct方法的典型用法代碼示例。如果您正苦於以下問題:PHP Default_Model_Filter::__construct方法的具體用法?PHP Default_Model_Filter::__construct怎麽用?PHP Default_Model_Filter::__construct使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在Default_Model_Filter的用法示例。


在下文中一共展示了Default_Model_Filter::__construct方法的10個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1: __construct

 public function __construct()
 {
     parent::__construct();
     $this->setDialect(1);
     $this->_fields[] = 'id';
     $this->_fields[] = 'name';
     $this->_fields[] = 'swId';
     $this->_fields[] = 'swName';
     $this->_fields[] = 'description';
     $this->_fields[] = 'installationNotes';
     $this->_fields[] = 'additionalDetails';
     $this->_fields[] = 'yumRepofileId';
     $this->_fields[] = 'aptRepofileId';
     $this->_fields[] = 'knownIssues';
     $this->_fields[] = 'timestampInserted';
     $this->_fields[] = 'timestampLastUpdated';
     $this->_fields[] = 'timestampLastProductionBuild';
     $this->_fields[] = 'insertedBy';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['name'] = 'string';
     $this->_fieldTypes['swId'] = 'integer';
     $this->_fieldTypes['swName'] = 'string';
     $this->_fieldTypes['description'] = 'string';
     $this->_fieldTypes['installationNotes'] = 'string';
     $this->_fieldTypes['additionalDetails'] = 'string';
     $this->_fieldTypes['yumRepofileId'] = 'integer';
     $this->_fieldTypes['aptRepofileId'] = 'integer';
     $this->_fieldTypes['knownIssues'] = 'string';
     $this->_fieldTypes['timestampInserted'] = 'string';
     $this->_fieldTypes['timestampLastUpdated'] = 'string';
     $this->_fieldTypes['timestampLastProductionBuild'] = 'string';
     $this->_fieldTypes['insertedBy'] = 'integer';
     $this->_table = 'meta_product_repo_area';
 }
開發者ID:IASA-GR,項目名稱:appdb-core,代碼行數:34,代碼來源:MetaProductRepoAreasFilterBase.php

示例2: __construct

 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'name';
     $this->_fields[] = 'category';
     $this->_fields[] = 'description';
     $this->_fields[] = 'disciplineid';
     $this->_fields[] = 'addedby';
     $this->_fields[] = 'addedon';
     $this->_fields[] = 'tags';
     $this->_fields[] = 'guid';
     $this->_fields[] = 'homepage';
     $this->_fields[] = 'elixir_url';
     $this->_fields[] = 'parentid';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['name'] = 'string';
     $this->_fieldTypes['category'] = 'string';
     $this->_fieldTypes['description'] = 'string';
     $this->_fieldTypes['disciplineid'] = 'integer';
     $this->_fieldTypes['addedby'] = 'integer';
     $this->_fieldTypes['addedon'] = 'string';
     $this->_fieldTypes['tags'] = 'string';
     $this->_fieldTypes['guid'] = 'uuid';
     $this->_fieldTypes['homepage'] = 'string';
     $this->_fieldTypes['elixir_url'] = 'string';
     $this->_fieldTypes['parentid'] = 'integer';
     $this->_table = 'datasets';
 }
開發者ID:IASA-GR,項目名稱:appdb-core,代碼行數:30,代碼來源:DatasetsFilterBase.php

示例3: __construct

 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'void';
     $this->_fields[] = 'guid';
     $this->_fields[] = 'state';
     $this->_fields[] = 'expires_on';
     $this->_fields[] = 'published_on';
     $this->_fields[] = 'notes';
     $this->_fields[] = 'title';
     $this->_fields[] = 'alteredby';
     $this->_fields[] = 'lastmodified';
     $this->_fields[] = 'publishedby';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['void'] = 'integer';
     $this->_fieldTypes['guid'] = 'string';
     $this->_fieldTypes['state'] = 'e_vowide_image_state';
     $this->_fieldTypes['expires_on'] = 'string';
     $this->_fieldTypes['published_on'] = 'string';
     $this->_fieldTypes['notes'] = 'string';
     $this->_fieldTypes['title'] = 'string';
     $this->_fieldTypes['alteredby'] = 'integer';
     $this->_fieldTypes['lastmodified'] = 'string';
     $this->_fieldTypes['publishedby'] = 'integer';
     $this->_table = 'vowide_image_lists';
 }
開發者ID:IASA-GR,項目名稱:appdb-core,代碼行數:28,代碼來源:VOWideImageListsFilterBase.php

示例4: __construct

 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'appid';
     $this->_fields[] = 'rating';
     $this->_fields[] = 'comment';
     $this->_fields[] = 'submittedon';
     $this->_fields[] = 'submitterid';
     $this->_fields[] = 'submittername';
     $this->_fields[] = 'submitteremail';
     $this->_fields[] = 'guid';
     $this->_fields[] = 'moderated';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['appid'] = 'integer';
     $this->_fieldTypes['rating'] = 'integer';
     $this->_fieldTypes['comment'] = 'string';
     $this->_fieldTypes['submittedon'] = 'string';
     $this->_fieldTypes['submitterid'] = 'integer';
     $this->_fieldTypes['submittername'] = 'string';
     $this->_fieldTypes['submitteremail'] = 'string';
     $this->_fieldTypes['guid'] = 'uuid';
     $this->_fieldTypes['moderated'] = 'boolean';
     $this->_table = 'appratings';
 }
開發者ID:IASA-GR,項目名稱:appdb-core,代碼行數:26,代碼來源:AppRatingsFilterBase.php

示例5: __construct

 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'name';
     $this->_fields[] = 'title';
     $this->_fields[] = 'description';
     $this->_fields[] = 'url';
     $this->_fields[] = 'formatid';
     $this->_fields[] = 'checksum';
     $this->_fields[] = 'checksumfunc';
     $this->_fields[] = 'size';
     $this->_fields[] = 'guid';
     $this->_fields[] = 'addedby';
     $this->_fields[] = 'addedon';
     $this->_fields[] = 'lastupdatedby';
     $this->_fields[] = 'lastupdatedon';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['name'] = 'string';
     $this->_fieldTypes['title'] = 'string';
     $this->_fieldTypes['description'] = 'string';
     $this->_fieldTypes['url'] = 'string';
     $this->_fieldTypes['formatid'] = 'integer';
     $this->_fieldTypes['checksum'] = 'string';
     $this->_fieldTypes['checksumfunc'] = 'e_hashfuncs';
     $this->_fieldTypes['size'] = 'integer';
     $this->_fieldTypes['guid'] = 'uuid';
     $this->_fieldTypes['addedby'] = 'integer';
     $this->_fieldTypes['addedon'] = 'string';
     $this->_fieldTypes['lastupdatedby'] = 'integer';
     $this->_fieldTypes['lastupdatedon'] = 'string';
     $this->_table = 'contextscripts';
 }
開發者ID:IASA-GR,項目名稱:appdb-core,代碼行數:34,代碼來源:ContextScriptsFilterBase.php

示例6: __construct

 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'name';
     $this->_fields[] = 'scope';
     $this->_fields[] = 'validated';
     $this->_fields[] = 'description';
     $this->_fields[] = 'homepage';
     $this->_fields[] = 'enrollment';
     $this->_fields[] = 'aup';
     $this->_fields[] = 'domainid';
     $this->_fields[] = 'deleted';
     $this->_fields[] = 'deletedon';
     $this->_fields[] = 'alias';
     $this->_fields[] = 'status';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['name'] = 'string';
     $this->_fieldTypes['scope'] = 'string';
     $this->_fieldTypes['validated'] = 'string';
     $this->_fieldTypes['description'] = 'string';
     $this->_fieldTypes['homepage'] = 'string';
     $this->_fieldTypes['enrollment'] = 'string';
     $this->_fieldTypes['aup'] = 'string';
     $this->_fieldTypes['domainid'] = 'integer';
     $this->_fieldTypes['deleted'] = 'boolean';
     $this->_fieldTypes['deletedon'] = 'string';
     $this->_fieldTypes['alias'] = 'string';
     $this->_fieldTypes['status'] = 'string';
     $this->_table = 'vos';
 }
開發者ID:IASA-GR,項目名稱:appdb-core,代碼行數:32,代碼來源:VOsFilterBase.php

示例7: __construct

 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'size';
     $this->_fields[] = 'uri';
     $this->_fields[] = 'version';
     $this->_fields[] = 'checksum';
     $this->_fields[] = 'checksumfunc';
     $this->_fields[] = 'notes';
     $this->_fields[] = 'guid';
     $this->_fields[] = 'addedon';
     $this->_fields[] = 'addedby';
     $this->_fields[] = 'vmiflavourid';
     $this->_fields[] = 'autointegrity';
     $this->_fields[] = 'coreminimum';
     $this->_fields[] = 'ramminimum';
     $this->_fields[] = 'lastupdatedby';
     $this->_fields[] = 'lastupdatedon';
     $this->_fields[] = 'description';
     $this->_fields[] = 'title';
     $this->_fields[] = 'integrity_status';
     $this->_fields[] = 'integrity_message';
     $this->_fields[] = 'ramrecommend';
     $this->_fields[] = 'corerecommend';
     $this->_fields[] = 'accessinfo';
     $this->_fields[] = 'enabled';
     $this->_fields[] = 'initialsize';
     $this->_fields[] = 'initialchecksum';
     $this->_fields[] = 'ovfurl';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['size'] = 'bigint';
     $this->_fieldTypes['uri'] = 'string';
     $this->_fieldTypes['version'] = 'string';
     $this->_fieldTypes['checksum'] = 'string';
     $this->_fieldTypes['checksumfunc'] = 'e_hashfuncs';
     $this->_fieldTypes['notes'] = 'string';
     $this->_fieldTypes['guid'] = 'uuid';
     $this->_fieldTypes['addedon'] = 'string';
     $this->_fieldTypes['addedby'] = 'integer';
     $this->_fieldTypes['vmiflavourid'] = 'integer';
     $this->_fieldTypes['autointegrity'] = 'boolean';
     $this->_fieldTypes['coreminimum'] = 'integer';
     $this->_fieldTypes['ramminimum'] = 'integer';
     $this->_fieldTypes['lastupdatedby'] = 'integer';
     $this->_fieldTypes['lastupdatedon'] = 'string';
     $this->_fieldTypes['description'] = 'string';
     $this->_fieldTypes['title'] = 'string';
     $this->_fieldTypes['integrity_status'] = 'string';
     $this->_fieldTypes['integrity_message'] = 'string';
     $this->_fieldTypes['ramrecommend'] = 'integer';
     $this->_fieldTypes['corerecommend'] = 'integer';
     $this->_fieldTypes['accessinfo'] = 'string';
     $this->_fieldTypes['enabled'] = 'boolean';
     $this->_fieldTypes['initialsize'] = 'string';
     $this->_fieldTypes['initialchecksum'] = 'string';
     $this->_fieldTypes['ovfurl'] = 'string';
     $this->_table = 'vmiinstances';
 }
開發者ID:IASA-GR,項目名稱:appdb-core,代碼行數:60,代碼來源:VMIinstancesFilterBase.php

示例8: __construct

 public function __construct()
 {
     parent::__construct();
     $this->setDialect(1);
     $this->_fields[] = 'deletedBy';
     $this->_fields[] = 'timestampDeleted';
     $this->_fields[] = 'id';
     $this->_fields[] = 'productReleaseId';
     $this->_fields[] = 'displayVersion';
     $this->_fields[] = 'releaseNotes';
     $this->_fields[] = 'changeLog';
     $this->_fields[] = 'poaUrl';
     $this->_fields[] = 'poaCandidateUrl';
     $this->_fields[] = 'poaPath';
     $this->_fields[] = 'targetPlatformCombId';
     $this->_fields[] = 'dMethodCombId';
     $this->_fields[] = 'qualityCriteriaVerificationReport';
     $this->_fields[] = 'stageRolloutReport';
     $this->_fields[] = 'additionalDetails';
     $this->_fields[] = 'deleted';
     $this->_fields[] = 'extraFld1';
     $this->_fields[] = 'extraFld2';
     $this->_fields[] = 'extraFld3';
     $this->_fields[] = 'extraFld4';
     $this->_fields[] = 'extraFld5';
     $this->_fields[] = 'timestampInserted';
     $this->_fields[] = 'timestampLastUpdated';
     $this->_fields[] = 'timestampLastStateChange';
     $this->_fields[] = 'insertedBy';
     $this->_fieldTypes['deletedBy'] = 'integer';
     $this->_fieldTypes['timestampDeleted'] = 'string';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['productReleaseId'] = 'integer';
     $this->_fieldTypes['displayVersion'] = 'string';
     $this->_fieldTypes['releaseNotes'] = 'longtext';
     $this->_fieldTypes['changeLog'] = 'longtext';
     $this->_fieldTypes['poaUrl'] = 'string';
     $this->_fieldTypes['poaCandidateUrl'] = 'string';
     $this->_fieldTypes['poaPath'] = 'string';
     $this->_fieldTypes['targetPlatformCombId'] = 'integer';
     $this->_fieldTypes['dMethodCombId'] = 'integer';
     $this->_fieldTypes['qualityCriteriaVerificationReport'] = 'string';
     $this->_fieldTypes['stageRolloutReport'] = 'string';
     $this->_fieldTypes['additionalDetails'] = 'string';
     $this->_fieldTypes['deleted'] = 'enum';
     $this->_fieldTypes['extraFld1'] = 'string';
     $this->_fieldTypes['extraFld2'] = 'string';
     $this->_fieldTypes['extraFld3'] = 'string';
     $this->_fieldTypes['extraFld4'] = 'string';
     $this->_fieldTypes['extraFld5'] = 'string';
     $this->_fieldTypes['timestampInserted'] = 'string';
     $this->_fieldTypes['timestampLastUpdated'] = 'string';
     $this->_fieldTypes['timestampLastStateChange'] = 'string';
     $this->_fieldTypes['insertedBy'] = 'integer';
     $this->_table = 'deleted_meta_poa_release';
 }
開發者ID:IASA-GR,項目名稱:appdb-core,代碼行數:56,代碼來源:DeletedMetaPoaReleaseFilterBase.php

示例9: __construct

 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'netfilter';
     $this->_fields[] = 'tokenid';
     $this->_fieldTypes['netfilter'] = 'string';
     $this->_fieldTypes['tokenid'] = 'string';
     $this->_table = 'access_token_netfilters';
 }
開發者ID:IASA-GR,項目名稱:appdb-core,代碼行數:10,代碼來源:AccessTokenNetfiltersFilterBase.php

示例10: __construct

 public function __construct()
 {
     parent::__construct();
     $this->setDialect(1);
     $this->_fields[] = 'id';
     $this->_fields[] = 'name';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['name'] = 'varchar';
     $this->_table = 'meta_contact_types';
 }
開發者ID:IASA-GR,項目名稱:appdb-core,代碼行數:10,代碼來源:MetaContactTypesFilterBase.php


注:本文中的Default_Model_Filter::__construct方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。