Top "Cakephp-2.0" questions

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

Efficient way to Pass variables from PHP to JavaScript

From time to time I have to pass some variables from PHP to JS script. For now I did it …

php javascript cakephp cakephp-2.0
Best way to load models in CakePHP 2.0

I'm not sure of the best way to load models in CakePHP 2.0 now. Question 1 I have a model where more …

cakephp-2.0
How do I create, write, and read session data in CakePHP?

can anyone give me an example on how to create Sessions and write data to it. I've seen syntax on …

session cakephp-2.0
Loading Vendor Files in CakePHP 2.0

I'm currently upgrading one of our projects to CakePHP 2.0. Unfortunately the "first line" of code makes problems, and I can't …

php cakephp cakephp-2.0
In View(CakePHP), the proper way to get current controller?

In View, I can get action by using $this->action But, I cannot get controller name by $this->…

cakephp-2.0
CakePHP 2.0 - How to make custom error pages?

I read that the AppError class is now for backwards compatibility and that Exceptions should be used instead. How does …

php cakephp http-status-code-404 cakephp-2.0
Get and post in cakephp

In Codeigniter I do this $p=$this->input->post(); to get all objects posted but I don't know …

php cakephp cakephp-1.3 cakephp-2.0
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
Strict standards: Redefining already defined constructor for class Object in path\cake\libs\object.php on line 54

I am trying to configure MS-MSQL database on cakephp (Not mysql). My Wampserver is 2.2e-php5.4.3-httpd2.2.22-mysql5.5.24-32b on …

cakephp cakephp-1.3 cakephp-2.0 cakephp-2.1