cakephp-3.x

    0熱度

    1回答

    我試圖在我的視圖中爲圖像構建完整的URI,但是,此時我不成功,因爲我不確定如何獲取視圖模板中的當前主機... 如何獲取視圖內當前網址的主機/域?

    1熱度

    1回答

    是否可以在另一個視圖中顯示視圖? 我有以下代碼: <?php if ($result->type === 'brochure') : ?> <div> // massive template block </div> <?php elseif ($result->type === 'library') : ?> <div> // massiv

    0熱度

    1回答

    我有以下功能subscribe: public function subscribe() { $plans = Configure::read('Stripe.american_plans'); $plans['premium_american_monthly'] = __('Premium Monthly') . ' - 4.99'; $plans['premium

    1熱度

    1回答

    我正在看https://book.cakephp.org/3.0/en/migrations.html,但我沒有看到有關使用遷移數據庫中刪除行什麼... 如何從一個表使用刪除行遷移shell?

    1熱度

    1回答

    執行幾條不能再次執行的命令後,我的遷移失敗了,是否有跳過遷移的方法?

    0熱度

    1回答

    我有一個簡單的路由設置來處理不同的語言。目標是將語言作爲/en/docs或/de/docs之類的網址中的第一個參數。 $builder = function ($routes) { $routes->connect('/:controller', ['action' => 'index']); $routes->connect('/:controller/:action/*'

    1熱度

    2回答

    我要運行這段代碼,它嵌套了關聯數據: 'VhpProducts.VhpHasilPencapaian', 'Departments.VhpHasilPencapaian', 'Groups.VhpHasilPencapaian' and to sum 'VhpHasilPencapaian.quantity' 但我得到的是 Error: SQLSTATE[42S22]: Column no

    0熱度

    1回答

    上下文: 我正在使用CakePHP 3.x,並且正在嘗試構建帶分頁的ORM查詢。我有表用戶,主題和區域。用戶可以有很多主題,但只有一個區域。這是DB模式: CREATE TABLE users ( id INT AUTO_INCREMENT PRIMARY KEY, email VARCHAR(255) NOT NULL, password VARCHAR(255) NOT NULL, );

    0熱度

    1回答

    如何在下面的示例中顯示值而不是ID? 表文件包含: ID,標題,正文,爲person_id,review_date 我得到這樣的,但不是在DocumentsController(如果它是很重要的): $test = $this->Documents->find('all',['conditions' => ['review_date'=>date('Y-m-d', strtotime('2022-

    0熱度

    1回答

    我試圖更新我的CakePHP 3.5控制器,而不是使用下面的捲曲代碼蛋糕HTTP客戶端: private function executeRequest($url, $parameters = array(), $http_header, $http_method) { $curl_options = array(); switch($http_method){