Hello I seem be having a problem with querying. I have a list of items. Any Item can have a status set to it (In, out, Collected, Destroyed, etc.). Here is my views.
I would like to trigger a view function from within the save method of a model, in order to write or update an xml file associated with the instance.
I have a bunch of models that I\'m going to be creating, and these models will have different types of categories that they can belong to.For example, one model will HABTM one set of categories, anoth
I have a view & template which displays a list of types of items. This is ok, but instead of displaying all different the types of items for that client. What I want to do is display the list of t
I\'m trying to optimize my very simple pagination system. I\'m fetching a specific content from my models with
Can someone explain me what the fo开发者_高级运维llowing means ? var $belongsTo = array( \'**EventOrganiser**\' => array(
I have the following model in a CakePHP 1.2 app: class Equipment extends AppModel { var $name = \'Equipment\';
I have cobbled together a form due to some oddities in my code and routes. Things work for adding data to the database, but I can\'t quite seem to figure out how to update data. Here is some code.
Having trouble getting all of my imports working correctly. They\'re calling each other before they\'re defined.
I have a form used for creating a new record of the model Message. However, the route to create this has been customized to look like: