当前位置: 首页>>代码示例>>PHP>>正文


PHP ModelCriteria::__construct方法代码示例

本文整理汇总了PHP中Propel\Runtime\ActiveQuery\ModelCriteria::__construct方法的典型用法代码示例。如果您正苦于以下问题:PHP ModelCriteria::__construct方法的具体用法?PHP ModelCriteria::__construct怎么用?PHP ModelCriteria::__construct使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在Propel\Runtime\ActiveQuery\ModelCriteria的用法示例。


在下文中一共展示了ModelCriteria::__construct方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: __construct

 /**
  * Initializes internal state of \gossi\trixionary\model\Base\VideoQuery object.
  *
  * @param     string $dbName The database name
  * @param     string $modelName The phpName of a model, e.g. 'Book'
  * @param     string $modelAlias The alias for the model in this query, e.g. 'b'
  */
 public function __construct($dbName = 'keeko', $modelName = '\\gossi\\trixionary\\model\\Video', $modelAlias = null)
 {
     parent::__construct($dbName, $modelName, $modelAlias);
 }
开发者ID:gossi,项目名称:trixionary,代码行数:11,代码来源:VideoQuery.php

示例2: __construct

 /**
  * Initializes internal state of \Thelia\Model\Base\CustomerTitleI18nQuery object.
  *
  * @param     string $dbName The database name
  * @param     string $modelName The phpName of a model, e.g. 'Book'
  * @param     string $modelAlias The alias for the model in this query, e.g. 'b'
  */
 public function __construct($dbName = 'thelia', $modelName = '\\Thelia\\Model\\CustomerTitleI18n', $modelAlias = null)
 {
     parent::__construct($dbName, $modelName, $modelAlias);
 }
开发者ID:margery,项目名称:thelia,代码行数:11,代码来源:CustomerTitleI18nQuery.php

示例3: __construct

 /**
  * Initializes internal state of \App\Models\Base\TranslationCatalogQuery object.
  *
  * @param     string $dbName The database name
  * @param     string $modelName The phpName of a model, e.g. 'Book'
  * @param     string $modelAlias The alias for the model in this query, e.g. 'b'
  */
 public function __construct($dbName = 'default', $modelName = '\\App\\Models\\TranslationCatalog', $modelAlias = null)
 {
     parent::__construct($dbName, $modelName, $modelAlias);
 }
开发者ID:nstojanovickg,项目名称:diplomski,代码行数:11,代码来源:TranslationCatalogQuery.php

示例4: __construct

 /**
  * Initializes internal state of \iuf\junia\model\Base\JudgeQuery object.
  *
  * @param     string $dbName The database name
  * @param     string $modelName The phpName of a model, e.g. 'Book'
  * @param     string $modelAlias The alias for the model in this query, e.g. 'b'
  */
 public function __construct($dbName = 'keeko', $modelName = '\\iuf\\junia\\model\\Judge', $modelAlias = null)
 {
     parent::__construct($dbName, $modelName, $modelAlias);
 }
开发者ID:iuf,项目名称:junia,代码行数:11,代码来源:JudgeQuery.php

示例5: __construct

 /**
  * Initializes internal state of \Thelia\Model\Base\CouponCountryQuery object.
  *
  * @param     string $dbName The database name
  * @param     string $modelName The phpName of a model, e.g. 'Book'
  * @param     string $modelAlias The alias for the model in this query, e.g. 'b'
  */
 public function __construct($dbName = 'thelia', $modelName = '\\Thelia\\Model\\CouponCountry', $modelAlias = null)
 {
     parent::__construct($dbName, $modelName, $modelAlias);
 }
开发者ID:margery,项目名称:thelia,代码行数:11,代码来源:CouponCountryQuery.php

示例6: __construct

 /**
  * Initializes internal state of \ORM\Base\DebitQuery object.
  *
  * @param     string $dbName The database name
  * @param     string $modelName The phpName of a model, e.g. 'Book'
  * @param     string $modelAlias The alias for the model in this query, e.g. 'b'
  */
 public function __construct($dbName = 'pos', $modelName = '\\ORM\\Debit', $modelAlias = null)
 {
     parent::__construct($dbName, $modelName, $modelAlias);
 }
开发者ID:AlvaCorp,项目名称:POS-2,代码行数:11,代码来源:DebitQuery.php

示例7: __construct

 /**
  * Initializes internal state of \INSEEGeo\Model\Base\InseeGeoDepartmentQuery object.
  *
  * @param     string $dbName The database name
  * @param     string $modelName The phpName of a model, e.g. 'Book'
  * @param     string $modelAlias The alias for the model in this query, e.g. 'b'
  */
 public function __construct($dbName = 'thelia', $modelName = '\\INSEEGeo\\Model\\InseeGeoDepartment', $modelAlias = null)
 {
     parent::__construct($dbName, $modelName, $modelAlias);
 }
开发者ID:enurit,项目名称:INSEEGeo,代码行数:11,代码来源:InseeGeoDepartmentQuery.php

示例8: __construct

 /**
  * Initializes internal state of \SoColissimo\Model\Base\SocolissimoDeliveryModeQuery object.
  *
  * @param     string $dbName The database name
  * @param     string $modelName The phpName of a model, e.g. 'Book'
  * @param     string $modelAlias The alias for the model in this query, e.g. 'b'
  */
 public function __construct($dbName = 'thelia', $modelName = '\\SoColissimo\\Model\\SocolissimoDeliveryMode', $modelAlias = null)
 {
     parent::__construct($dbName, $modelName, $modelAlias);
 }
开发者ID:ThomasArnaud,项目名称:SoColissimo,代码行数:11,代码来源:SocolissimoDeliveryModeQuery.php

示例9: __construct

 /**
  * Initializes internal state of \Base\ContributionsQuery object.
  *
  * @param     string $dbName The database name
  * @param     string $modelName The phpName of a model, e.g. 'Book'
  * @param     string $modelAlias The alias for the model in this query, e.g. 'b'
  */
 public function __construct($dbName = 'rokfor', $modelName = '\\Contributions', $modelAlias = null)
 {
     parent::__construct($dbName, $modelName, $modelAlias);
 }
开发者ID:Rokfor,项目名称:rokfor-php-db,代码行数:11,代码来源:ContributionsQuery.php

示例10: __construct

 /**
  * Initializes internal state of \App\Models\Base\AdminCredentialGroupQuery object.
  *
  * @param     string $dbName The database name
  * @param     string $modelName The phpName of a model, e.g. 'Book'
  * @param     string $modelAlias The alias for the model in this query, e.g. 'b'
  */
 public function __construct($dbName = 'default', $modelName = '\\App\\Models\\AdminCredentialGroup', $modelAlias = null)
 {
     parent::__construct($dbName, $modelName, $modelAlias);
 }
开发者ID:nstojanovickg,项目名称:diplomski,代码行数:11,代码来源:AdminCredentialGroupQuery.php

示例11: __construct

 /**
  * Initializes internal state of \Base\участкиработQuery object.
  *
  * @param     string $dbName The database name
  * @param     string $modelName The phpName of a model, e.g. 'Book'
  * @param     string $modelAlias The alias for the model in this query, e.g. 'b'
  */
 public function __construct($dbName = 'default', $modelName = '\\участкиработ', $modelAlias = null)
 {
     parent::__construct($dbName, $modelName, $modelAlias);
 }
开发者ID:Polymedia,项目名称:BI-Platform-v3,代码行数:11,代码来源:участкиработQuery.php

示例12: __construct

 /**
  * Initializes internal state of \Model\Base\TruckQuery object.
  *
  * @param     string $dbName The database name
  * @param     string $modelName The phpName of a model, e.g. 'Book'
  * @param     string $modelAlias The alias for the model in this query, e.g. 'b'
  */
 public function __construct($dbName = 'truckyeah', $modelName = '\\Model\\Truck', $modelAlias = null)
 {
     parent::__construct($dbName, $modelName, $modelAlias);
 }
开发者ID:hackathon-5,项目名称:power-ragers-repo,代码行数:11,代码来源:TruckQuery.php

示例13: __construct

 /**
  * Initializes internal state of \com\readysteadyrainbow\entities\Base\SceneQuery object.
  *
  * @param     string $dbName The database name
  * @param     string $modelName The phpName of a model, e.g. 'Book'
  * @param     string $modelAlias The alias for the model in this query, e.g. 'b'
  */
 public function __construct($dbName = 'default', $modelName = '\\com\\readysteadyrainbow\\entities\\Scene', $modelAlias = null)
 {
     parent::__construct($dbName, $modelName, $modelAlias);
 }
开发者ID:stather,项目名称:rsrapi,代码行数:11,代码来源:SceneQuery.php

示例14: __construct

 /**
  * Initializes internal state of \Base\JaCategoriasQuery object.
  *
  * @param     string $dbName The database name
  * @param     string $modelName The phpName of a model, e.g. 'Book'
  * @param     string $modelAlias The alias for the model in this query, e.g. 'b'
  */
 public function __construct($dbName = 'default', $modelName = '\\JaCategorias', $modelAlias = null)
 {
     parent::__construct($dbName, $modelName, $modelAlias);
 }
开发者ID:alejandrososa,项目名称:angularja,代码行数:11,代码来源:JaCategoriasQuery.php

示例15: __construct

 /**
  * Initializes internal state of \Base\WpTermsQuery object.
  *
  * @param     string $dbName The database name
  * @param     string $modelName The phpName of a model, e.g. 'Book'
  * @param     string $modelAlias The alias for the model in this query, e.g. 'b'
  */
 public function __construct($dbName = 'wordpress', $modelName = '\\WpTerms', $modelAlias = null)
 {
     parent::__construct($dbName, $modelName, $modelAlias);
 }
开发者ID:dipu,项目名称:Propel-ORM-Test,代码行数:11,代码来源:WpTermsQuery.php


注:本文中的Propel\Runtime\ActiveQuery\ModelCriteria::__construct方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。