This tag relates to the 1.3.x branch of CakePHP MVC framework.
How do I use a component that I created in cakePHP inside one of my model classes? Is this possible? …
php cakephp cakephp-1.3I want to include a specific css file that should be applied to the homepage, and 6-7 other pages throughout …
php cakephp cakephp-1.3Hi I'm trying to do a condition like this: array("Curriculum.name LIKE" => $array,"Curriculum.surname LIKE" => $array,) …
cakephp-1.3I have a registration form and I am creating a record in both User and Identity tables (a user hasMany …
php validation cakephp model cakephp-1.3I am a complete newbie in CakePHP. I want to read the field names of the table in the controller. …
php cakephp cakephp-1.3Does anyone knows how to get table name from model name? Also I want to get all column names and …
cakephp cakephp-1.3 cakephp-modelI want to use "getpoll" ,which is action of users controller ,in another controller(events controller). How can i use …
cakephp cakephp-1.3 cakephp-1.2I have a function in my Event model called getEvents - you can pass limit, start and end dates, fields, …
cakephp model cakephp-1.3 paginateI have two tables in my database "cars" and "car_types". "cars" table refers to "car_types" by "car_type_…
cakephp cakephp-1.3I'm struggling to accomplish the following: Alter the user's session cookie expiry date based on the user's type. I have …
session cakephp cakephp-1.3 session-timeout