doctrine-query

    11熱度

    1回答

    我在執行Doctrine DQL查詢時遇到問題。這是它給我的錯誤。 Doctrine\Common\Annotations\AnnotationException: [Syntax Error] Expected PlainValue, got 'integer' at position 13 in property Base\Session::$lifetime. 我的代碼如下所示: $q

    1熱度

    1回答

    我知道這必須有一個簡單的答案,但我無法弄清楚。我熱淚盈眶後,希望有人能幫上忙。 這裏是我的陽明型號: Identity: columns: id: type: integer(10) primary: true autoincrement: true username: type: string(255)

    1熱度

    2回答

    我試圖在Doctrine 2中映射2個MySQL表之間的關係。我擁有的實體是'Campaign',它加入到'Channel'中。 保存活動記錄時,必須包含通道ID。檢索廣告系列時,我想使用此ID加入頻道並顯示頻道名稱(從頻道表中)。我相信這是一種一對一的單向關係,如果我錯了,請糾正我。 我指定使用Doctrine 2 XML映射如下: <one-to-one field="channelId" t

    2熱度

    2回答

    我在一個唯一表上有兩個請求的動作。請求的結果必須不同。 但是,結果對我的兩個請求是一樣的,它來自我的第二個請求。 // Récupération du (ou des) locataire(s) actuel(s) du logement $this->locataires = Doctrine_Query::create() ->from('logement l')

    1熱度

    1回答

    執行使用 $DBH = Doctrine_Manager::getInstance()->connection()->getDbh(); $PDO = $DBH->prepare("mysql query"); $PDO->execute(); 自定義查詢後如何返回模型對象,而不是記錄的陣列? 編輯 我得到了我用像這樣的工作:$data_object = doctrine_core::ge

    1熱度

    1回答

    我是新來的symfony中的單元測試,我很煩人,因爲我遇到了一個問題,花了我1個小時的時間來識別。 希望你們知道爲什麼會發生這種情況。 所以我測試我的「搜索」的方法: class TadalistTable extends Doctrine_Table { public function search($query, $user_id) { $q = $this->

    0熱度

    2回答

    原則總是包含在查詢ID列,例如: $new_fees = Doctrine::getTable('Stats')->createQuery('s') ->select('s.sid')->where('s.uid = ?', $this->uid) ->andWhere('s.operation = ?', PPOperationType::FEE_PAID_BY_REFERR

    11熱度

    4回答

    按標題,怎麼會與教義2查詢生成器正則表達式一場比賽?基本上我試圖產生獨特的slu。。 這是我目前的執行。我產生了slu。。然後檢查是否有任何像這種slu slu使用的slu slu。如果有的話,我會追加一個 - {number}到slug的末尾,其中{number}是尚未使用的最低號碼。 $qb->select(array('partial o.{id, slug}')) ->from(

    0熱度

    1回答

    我使用Zend 1.11和Doctrine 1.1.4。我的應用使用多個數據庫。 在我的bootstrap.php文件中,我已經設置了兩個數據庫的詳細信息; $dbs = array( 'global_users'=>array( 'adapter' => 'mysqli', 'params' => array( 'host' => 'local

    0熱度

    1回答

    我想在indexSuccess.php類別中顯示標題和該類別的元素。這些是我的兩個表: SgpsCategories: columns: description: { type: string(255), notnull: true } SgpsCertificats: actAs: { Timestampable: ~ } columns: