Top "Cakephp-2.2" questions

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

Checking user role on login using CakePHP?

I want to create an admin panel for my site, for this I've created admin.ctp. In DB table name …

cakephp cakephp-2.2
CakePHP Validation depending on other field

I wonder if it is possible with CakePHP validation rules to validate a field depending on another. I have been …

cakephp cakephp-2.0 cakephp-2.1 cakephp-2.2
Class 'PHPExcel_IOFactory' not found - CakePHP & PHPExcel

Background I have issues using PHPExcel's IOFactory in my app. My PHPExcel helper works if I want to generate an …

cakephp phpexcel cakephp-2.2
CakePHP Xml utility library triggers DOMDocument warning

I'm generating XML in a view with CakePHP's Xml core library: $xml = Xml::build($data, array('return' => 'domdocument')); echo $…

php xml cakephp domdocument cakephp-2.2