symfony-2.7

    1熱度

    1回答

    我們使用symfony 2並且還使用了symfony pdf助手。當我創建發票時,它在圖像路徑上顯示問題。請讓我知道是否需要添加任何細節。 <table style="width:100%;"> <tr style="text-align:center;"> <td style="text-align:center; font:bold 22px 'Cambria'; lin

    0熱度

    1回答

    我有以下composer.json在Symfony2的項目年的工作現在 { "name": "sima/api", "license": "Private", "type": "project", "description": "SIMA API", "autoload": { "psr-4": { "": "src/",

    0熱度

    1回答

    我有一個自動填充的表單(使用另一個表中的所有行)的選擇字段(choiceType)。 我想設置標籤(僅標籤,選擇的不是內容)... 我沒做到這一點的textType不斷變化: $builder->add('note') 到 $builder->add('note', 'text', array('label' => 'myNewLabel') ,但我不能這樣做與choiceType,因爲如

    0熱度

    1回答

    如何將此查詢轉換爲symfony 2準則查詢生成器? SELECT artist_id,日期,餘額,類型FROM交易爲T1 WHERE 日期=(SELECT MAX(日期)FROM交易WHERE artist_id = t1.artist_id與在 狀態( '部分', '未決', '扣除', '接受'),然後鍵入NOT LIKE '支付')GROUP BY artist_id ORDER BY a

    0熱度

    2回答

    我想在我的Symfony 2.7項目中包含一些自定義CSS,但是我無法得到這個工作。 我的CSS位於app/Resources/public/css/timeline.css 在我的代碼<link rel="stylesheet" href="{{ asset('app/Resources/public/css/timeline.css') }}"> 包括這一點,並執行該命令app/console

    1熱度

    1回答

    我剛剛從FOS User Bundle 2.0 alpha1移到了穩定版2.0,並且我得到了這個。 利用這種配置: fos_user: db_driver: orm firewall_name: main user_class: BizTV\UserBundle\Entity\User from_email: address: "%mailer_

    -1熱度

    2回答

    從昨天起,我無法理解爲什麼我在Symfony網站上有這個錯誤。 我有一項服務取決於他人。當我嘗試使用並注入Symfony教義實體管理器時,我有錯誤。我無法找到一個方法來做到這一點:( 我的配置: mycompany_jobs_bundle.processor.crm.product_matrix: class: %mycompany_jobs_bundle.processor.crm.p

    1熱度

    1回答

    根據Symfony安全章節,我在數據庫中加載了我的用戶和角色。用戶實現AdvancedUserInterface,\ Serializable, 角色實現RoleInterface。 我的角色實體: AppBundle\Entity\Roles: type: entity table: Roles repositoryClass: AppBundle\Reposi

    1熱度

    1回答

    我有我的數據庫角色: AppBundle\Entity\Roles: type: entity table: Roles repositoryClass: AppBundle\Repository\Roles 用於測試目的的空類: namespace AppBundle\Repository; use Doctrine\ORM\EntityRepository; use AppB

    3熱度

    2回答

    我使用symfony 2.7作爲CMF。 我有2個實體用戶和任務。任務有一個生命週期屬性(createdBy,updatedBy)。 當我嘗試刪除用戶,我有此錯誤: SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint