Re: URL without controller

2015-08-05 Thread chol paul
yes you can. routes allow you to control how users access your website/resources by rewriting url to their verbose application implementations. Example Router::connect('/uploads', array('controller'=>'fileman','action'=>'uploads')); On 8/4/15, gianmere wrote: > Hi, > > sometimes I need to define

Internationalization & Localization in Cakephp switching languages

2015-08-05 Thread yusuf elhirar
Hello guys, I started to make a website in 3 different languages: French, English and Arabic. Therefore, I would like to know how to switch language and using a link in the view. I already extract PO file for French and configure the website for French (on the bootstrap file), but I want to kno

How to use Group BY in Contain Cakephp 1.3

2015-08-05 Thread Vinothkumar Rajendren
Hi Friends, I am using cakephp 1.3 version,I am using Group BY in contain it's not working. Please anyone help me how to use contain in Group By. Thanks and Regards Vinothkumar R -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You rec

URL without controller

2015-08-05 Thread gianmere
Hi, sometimes I need to define a URL without a controller. For example: www.mysite.it/fileman/uploads should not have a controller for "fileman". (Now I get the error: "Controller class Fileman could not be found.") Can I get this behavior with routes ? Thanks -- Like Us on FaceBook https://

CakePHP 3.0.11 and 3.1.0-beta2 released - security fixes

2015-08-05 Thread mark_story
The CakePHP core team is happy to announce the immediate availability of CakePHP 3.0.11 and 3.1.0-beta2. These releases are a maintenance releases that contain bugfixes and fixes for security issues. Security Fixes -- There are two issues that can impact the security of a CakePHP ap