Top "Cakephp-1.2" questions

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

Using DISTINCT in a CakePHP find function

I am writing a CakePHP 1.2 app. I have a list of people that I want the user to be able …

cakephp find distinct cakephp-1.2
CakePHP: Passing $this->data to the View from Controller

I'm using CakePHP 1.2 and I'm just wondering if there is any side affect on passing the $this->data to …

cakephp cakephp-1.2
How do I query data in CakePHP using HABTM relationships?

I'm working on a CakePHP 1.2 application. I have a model "User" defined with a few HABTM relationships with other tables …

php cakephp has-and-belongs-to-many cakephp-1.2
how to create dynamic navigation menu cakephp

How can I build navigation menu from categories and sub categories, like this: http://mysite/categories/view/1/2 I tried menu …

cakephp cakephp-1.3 cakephp-1.2
Version numbers for CakePHP

I have inherited code from old contractors overseas. The cakephp version I see is: CakePHP v 0.2.9 Where does this fit …

cakephp cakephp-1.2
How to Limit the paginate in cakephp

How to Limit the paginate in cakephp ? Assume that i have 400 records. I need to get only 25 records from 50th …

cakephp cakephp-1.3 cakephp-1.2
CakePHP - Quick way to get /controller/action path?

Is there a Controller property that will allow me to get just /controller/action from the URL without any additional …

php cakephp cakephp-1.2
CakePHP Auth component redirect issue

I am having trouble getting the Auth component do the redirects I want in a CakePHP 1.2.6 app. I have a …

php model-view-controller authentication redirect cakephp-1.2
How to send a multiple emails at a time in cakephp

I need to send multiple emails at a time, can any one have example? or any idea ? I need to …

email cakephp cakephp-1.3 cakephp-1.2 bulk
Why is the CakePHP authentication component not hashing my password?

I'm using CakePHP 1.2 with Auth and ACL components. In my user register action, the password is coming in unhashed. Specifically, …

php authentication cakephp cakephp-1.2