Top "Cakephp-1.3" questions

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

use cakephp component inside a model

How do I use a component that I created in cakePHP inside one of my model classes? Is this possible? …

php cakephp cakephp-1.3
CakePHP - include css based on specific pages?

I want to include a specific css file that should be applied to the homepage, and 6-7 other pages throughout …

php cakephp cakephp-1.3
cakephp condition with LIKE operator: how to handle multiple values

Hi I'm trying to do a condition like this: array("Curriculum.name LIKE" => $array,"Curriculum.surname LIKE" => $array,) …

cakephp-1.3
cakephp one form, multiple models, not displaying one model's validation messages

I 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.3
How to get the field names of the table in CakePHP

I am a complete newbie in CakePHP. I want to read the field names of the table in the controller. …

php cakephp cakephp-1.3
cakephp - get table names and its column details

Does anyone knows how to get table name from model name? Also I want to get all column names and …

cakephp cakephp-1.3 cakephp-model
How to call Controller action in another controller in cakephp?

I 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.2
Paginate from within a model in CakePHP

I have a function in my Event model called getEvents - you can pass limit, start and end dates, fields, …

cakephp model cakephp-1.3 paginate
How do I remove the wrapping div from a Form input of type select-multiple

I have two tables in my database "cars" and "car_types". "cars" table refers to "car_types" by "car_type_…

cakephp cakephp-1.3
Modify session cookie expiry and session timeout for a CakePHP session

I'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