Tuesday, January 13, 2015

Re: What is MVC?

MVC is a general programming concept, that applies to any and all languages. It stands for Model View Controller. 

Model is your data. And by this I'm referring to a database like MySQL, MongoDB, CassandraDB etc. 

View is your presentation layer. What the user actually sees in his or her web browser. Consisting of the visual elements the user sees and the surface level controls usually generated by things like java script. 

Controller is the intelligence built into your program. It consists of the code generated by your core programming language. Be it, PHP, Ruby, Java, nodeJS or any other programming language you might want to use. 

It's a general way of thinking about how to organize your website and think about it logically. 

You may find more information about that here:


And googling "Model View Controller" certainly couldn't hurt! ;)

Tim

On Tue, Jan 13, 2015 at 6:11 AM, Gowthaman Suriya <gowthaman.suriya@gmail.com> wrote:
Hi, friends. 

Anyone can explain about this clearly?. Why did they implement MVC concept in cakePHP?. 

Thanks for reply..

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.



--
GPG me!!

gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: