Questions about the 3.0.x branch of the CakePHP MVC framework.
I need to install CakePHP 3 in an old-fashioned upload-unzip-run way. The archive I've downloaded from cakephp/cakephp/tags does not …
php cakephp installation composer-php cakephp-3.0How to load a Model inside a Component in Cakephp 3.0? Before(in Cakephp 2) you could use $Model = ClassRegistry::init($modelName); $…
cakephp-3.0I have a belongsToMany association on Users and Contacts. I would like to find the Contacts of the given User. …
cakephp associations conditional-statements cakephp-3.0 query-builderHow do you make it where in clause in new CakePHP? I'm trying: $restaurants->find()->where(['id' =&…
cakephp cakephp-3.0 query-builderI am trying to install and run a CakePHP 3.0 project on a shared host. However, CakePHP 3.0 requires php-intl extension, but …
php cakephp cakephp-3.0 intlI'm inside "PostsTable.php" I'm trying to get form data to treat image files. In CakePHP 2, I used to do: …
cakephp cakephp-3.0I am using CakePHP 3.x and have an issue with hours. I have correct hours in my database (MySQL). When …
cakephp timezone cakephp-3.0I am using CakePHP 3 and MAMP Pro server for my project. When I am trying to bake the cake, this …
cakephp-3.0 php-7 php-extension mamp-pro intlI have tried to publish a project with composer. The project resides at github, and are published through packagist.org. …
php composer-php cakephp-3.0I am creating an application in CakePHP 3.0, in this application I want to draw SVG graphs of data using a …
php cakephp cakephp-3.0