Top "Cakephp-3.x" questions

Questions about 3.x branch of the CakePHP MVC framework.

How to Create a URL in Controller like HtmlHelper

TLDR: How can I create a URL in the Controller similar to how I can use the HtmlHelper to create …

cakephp html-helper cakephp-2.x cakephp-3.x
Print SQL query of ORM query builder in cakephp3

How to print ORM query $query = $articles->find('all')->contain(['Comments']); For example print => SELECT * FROM …

cakephp cakephp-3.x
Order 'Contain' Model in CakePHP 3.x

I have multiple Things in AnotherThing now I am trying to order them in my edit action in my AnotherThing …

model cakephp-3.x contain
How to check Cakephp version from command line?

I am using Cakephp 3.x but i want to know the exact version number using command line ? is there any …

cakephp cmd cakephp-3.0 cakephp-3.x
Check if object exists or is empty in view template

How do you check within the view template if the result object contains any entries? (There was a similar question …

cakephp-3.0 cakephp-3.x
cakephp 3 url in controller

I have to send url from controller to view with json..It not ok when i use $this->Html-&…

php cakephp-3.x
How to define CSRF token in ajax call in Cakephp 3. Also How CSRF can be off for some ajax requests

In Cakephp3 when the Csrf component is enabled. How I can use it in ajax call. In this beforeSend parameter …

ajax cakephp csrf cakephp-3.x
Subqueries in CakePHP 3?

I have two tables products and product_categories that are associated through a third table, products_categories_products, according to …

cakephp subquery conventions cakephp-3.1 cakephp-3.x