Questions about the 3.0.x branch of the CakePHP MVC framework.
I don't know how to solve this problem. The problem happened when I deploy this project to production server using …
php cakephp cakephp-3.0In CakePHP 3, I found two ways to find if a user is logged in. 1st solution if(!is_null($this-&…
php cakephp-3.0I think this is a common pattern, but I can't find the elegant CakePHP way of doing it. The idea …
cakephp orm cakephp-3.0I try to catch exceptions in Cakephp v3.0, but it doesn't seems to work : try{ $email = new Email('default'); $email-&…
php cakephp exception cakephp-3.0I'm using CakePHP v3.x, how can I generate a PDF file? There is the possibility to generate an "only …
cakephp pdf pdf-generation cakephp-3.0 cakephp-3.1I am learning cakePHP 3.0 and have some problem with saving associated data on my model. I try to save a …
cakephp save model-associations cakephp-3.0 associated-objectIs there a more efficient way of deleting multiple entities by id $data = $this->request->data ['missing_lexicon_…
cakephp-3.0I'm trying to convert my cakephp plugin from 2.X to 3. I have a little problem inside my component plugin at …
cakephp plugins cakephp-3.0I am working on a REST API using CakePHP 3. I want to enable it publicly, so anyone can mane a …
php angularjs rest cors cakephp-3.0I need help getting two values (for human friendly dropdown) in a key-value pair using find or get or anything …
cakephp find cakephp-3.0 key-value dropdown