本文整理汇总了PHP中Default_Model_Filter类的典型用法代码示例。如果您正苦于以下问题:PHP Default_Model_Filter类的具体用法?PHP Default_Model_Filter怎么用?PHP Default_Model_Filter使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
在下文中一共展示了Default_Model_Filter类的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';
}
示例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';
}
示例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';
}
示例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';
}
示例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';
}
示例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';
}
示例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';
}
示例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';
}
示例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';
}
示例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';
}