Learn how dates are serialized in the JSON format by ASP.NET MVC action methods and how to deal with them in your client side jQuery code.
Tags : ASP.NET, JavaScript, jQuery, JSON, MVC, DATE
Here's everything a PHP developer needs to know about MVC -- the Model-View-Controller pattern -- in the simplest possible way.
Tags : PHP, MVC, Model View Controller
Using an MVC framework? Pack the model with as much data-related logic as possible while maintaining a streamlined controller. You'll produce cleaner, more maintainable code.
Tags : framework, MVC
By combining the power of PHP with a nice templating system such as Smarty and a powerful database such as PostgreSQL, you can cleanly isolate the viewer of your application from the data model and controller.
Tags : PHP, framework, MVC, PostgreSQL, Smarty