abhinavzone

CakePHP - Model

abhinavzone's picture

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 operation on databbase cas bedone with ease by using model functions. suppose you hav 40 columns in your DB, for inserting data you need to write a long query (near abt 1000 words), but using model just use Model::save() function.. Cool..!! no.....

CakePHP - Introduction

abhinavzone's picture

cakePHP is a web application framework for PHP. it’s a set of libraries and code that aim to make web development easier, faster and most organized. it is based on MVC (Model - View - Controller)architecture.

Valentine's Day virus

abhinavzone's picture

It seems that no holiday remains untainted by a malicious programmer who chooses to distribute a virus or worm under the guise of well wishes. Unfortunately, Valentines Day is no exception.

The W32.Yaha.K@mm virus is also known as the Valentine's Day virus. W32.Yaha.K@mm is the latest in a long string W32.Yaha virus that have been discovered over the last year. The latest version may include a payload (i.e. attachment) of a screensaver that is named Valentin.scr. Unfortunately, the message it delivers is not warm-fuzzies from a loved one, but pain and suffering from a virus author.

Syndicate content