Top "Cakephp-1.3" questions

This tag relates to the 1.3.x branch of CakePHP MVC framework.

Routing: 'admin' => true vs 'prefix' => 'admin in CakePHP

Hi I'm setting up admin routing in CakePHP. This is my current route: Router::connect('/admin/:controller/:action/*', …

cakephp routing routes cakephp-1.3
Save multiple records for one model in CakePHP

I would like to save several records for one model. This would have been done pretty easily with saveAll() if …

cakephp save cakephp-1.3
debug variable value cakephp

How can I print out some debug output, like the contents of an array variable? I'm using cakephp and eclipse …

php debugging cakephp cakephp-1.3
How to manually execute SQL query in CakePHP without a model

I'm writing a quick throwaway method to import users from an old table to my new cake app. I've imported …

cakephp cakephp-1.3
Cakephp Upgrade from 1.3 to 2.1

UPDATE: the question i asked doesn't quite cover how deep i went in doing this upgrade! If you stumble on …

cakephp cakephp-1.3 cakephp-2.0
cakephp label in checkbox

i'm trying to get a checkbox with his label echo $this->Form->checkbox('straordinari', array('div'=>'true', …

checkbox label cakephp-1.3 formhelper
Cakephp - how to make error pages have its own layouts?

I wanna have a different layout for the page not found 404 page. How can i set a different layout for …

cakephp cakephp-1.3
CakePHP multiple select "selected" is not working

I have a multiple select input in my edit form:- <?php echo $this->Form->input('Article.…

cakephp-1.3
TCPDF "Undefined index: cols" when using tables in view

I'm using CakePHP 1.3 to make an online application system. I try to print a PDF document using TCPDF based on …

cakephp-1.3 tcpdf
How to make temporary link for a downloadable file

I am making a project for a temporary download link for me to protect the file from hotlinkers... I believe …

php cakephp cakephp-1.3