» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with View + MVC

The Model-View-Controller (MVC) Design Pattern for PHP

interesting example for rendering a site in XML/XSL with lots of code samples

XML: del.icio.us/tag/xml

JavaScript-MVC

JavaScript MVC is a general purpose web application framework useful for:

  • Rich Internet Applications
  • Simple CRUD applications
  • Enterprise Mashups

With JavaScript MVC, you:

Encourage production of reusable services.

Services are typically added as an afterthought. JavaScript MVC makes them an essential part of development. Create powerful user interfaces.

Simultaneous access to data and the DOM makes building rich interfaces a snap. Increase performance and responsiveness.

Exploit parallelism by making millions of browsers do your server’s old work. Use the client side database for easy caching.

Organize development.

Tired of spaghetti code? JavaScript MVC supports a full stack Model-View-Controller design pattern.

More goodness:

  • History and routing support.
  • Erb style templates.
  • Controllers and views load automatically.
  • Filter, Paginator, and Sortable plugins.
  • Development, test and production modes.
  • Friendly and useful error reporting.