Dear All, As we all know that in any table if we don't have primary key as id we can use our own key as primary by defining the $primaryKey in the Model
var $primaryKey = 'TBP_Id'; Is there any other way so that i can change the created, modified filed to my own field. Because in my table i have TBP_Created_Dt and TBP_Modified_Dt for created and modified date. Please help me out --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
