Top "Cakephp-2.3" questions

CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications.

file upload in cakephp 2.3

I'm new in cakephp and i'm trying to create a simple file upload with cakephp 2.3 here is my controller public …

cakephp file-upload cakephp-2.3
CakePHP 2.3.8: Calling Another Controller function in CronController.php

For CakePHP 2.3.8 How can I call Another Controller function in CronController.php Any ideas?

controller cakephp-2.0 cakephp-2.3 cron-task
creating virtual fields on the fly in CakePHP

I wish to create virtual fields on the fly. My Order & Order Details are like... //Order Model class Order …

cakephp cakephp-2.3
CakePHP - How to make routes with custom parameters?

My Cake URL is like this: $token = '9KJHF8k104ZX43'; $url = array( 'controller' => 'users', 'action' => 'password_…

cakephp routing cakephp-2.0 cakephp-2.3
CakePHP - input select not taking select options from a variable

I am developing an application with CakePHP 2.3.2 and I am having some trouble with an input select on a form. …

forms cakephp select input cakephp-2.3
Cakephp 2.3 $this->Auth->allow() is not working as expected

I'm trying to use the AuthComponent in CakePHP 2.3 but it's not behaving the way I would expect it to. Basically, …

cakephp authentication cakephp-2.3
CakePHP 2.3.1 deactivate form validation in certain views

The Cookbook introduces for version 2.3 the possibility to deactivate the forced valiadation for forms. Or at least I understood it …

forms validation cakephp cakephp-2.3
Cakephp add form inside modal window while in index view

New to cakephp here.. wondering how i could have a button whilst in my index view to open an add …

cakephp cakephp-2.0 cakephp-2.3
How could I create a sub-query in cakePHP?

How could I create a sub-query in cakePHP with find method? For example: SELECT *, (SELECT COUNT(*) FROM table2 WHERE table2.…

mysql cakephp cakephp-model cakephp-2.3
Using virtual fields in cakePHP 2.x

I've read through the documentation and struggled to understand what to do. Also, I've read through the questions here on …

php mysql cakephp-2.3