Top "Cakephp-2.5" questions

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

How to change page title in CakePHP 2.5?

From 2.5 Migration Guide: $title_for_layout is deprecated. Use $this->fetch('title'); and $this->assign('title', 'your-page-title'); instead. …

cakephp cakephp-2.5
The correct way to set CakePHP base URL

My CakePHP site resides at http://localhost/somepath/. How should I set up CakePHP so that everything works? I tried …

php url cakephp mod-rewrite cakephp-2.5
Generating PDFs with images way too slow

A big bottleneck I have at the moment is PDF generation each time someone places an order. It's not a …

php performance cakephp pdf cakephp-2.5