This tag relates to the 1.3.x branch of CakePHP MVC framework.
Hi I'm setting up admin routing in CakePHP. This is my current route: Router::connect('/admin/:controller/:action/*', …
cakephp routing routes cakephp-1.3I would like to save several records for one model. This would have been done pretty easily with saveAll() if …
cakephp save cakephp-1.3How 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.3I'm writing a quick throwaway method to import users from an old table to my new cake app. I've imported …
cakephp cakephp-1.3UPDATE: 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.0i'm trying to get a checkbox with his label echo $this->Form->checkbox('straordinari', array('div'=>'true', …
checkbox label cakephp-1.3 formhelperI wanna have a different layout for the page not found 404 page. How can i set a different layout for …
cakephp cakephp-1.3I have a multiple select input in my edit form:- <?php echo $this->Form->input('Article.…
cakephp-1.3I'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 tcpdfI am making a project for a temporary download link for me to protect the file from hotlinkers... I believe …
php cakephp cakephp-1.3