Home » Archive

Articles in the Uncategorized Category

Uncategorized »

[23 Jul 2008 | View Comments | 1 views]

Uncategorized »

[23 Jul 2008 | View Comments | 2 views]

Uncategorized »

[9 Jun 2007 | View Comments | 8 views]

o hi..I was too busy form past few days.. didn’t had tm 2 update it so lets start..BAsically cake php is a php framework, based on MVC (Model – View – Controller)architecture. Model belongs to data. it directly associated with DB. We can definecertain DB properties, primary keys, table relationships in to model. so overall model can be think as a Database Proxy.hmm I know what question is in your mind.. Why I need Model?? hmm rite?.. ok let me explainBAsically model is abstract view of database. all the complex …