Articles in the Uncategorized Category
Uncategorized »
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 …
