當前位置: 首頁>>代碼示例>>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;未經允許,請勿轉載。