My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for

English, Русский, Deutsche, French, Italiano, Türkçe, Nederlandse


phpDays - flexible php5 framework based on the MVC and ORM design patterns.

Start now

  • About the project (features)
  • Changelog (changes between project versions)
  • Install the framework on your server and then configure a new project
  • Upgrade an application from a previous version
  • Quick start to get your first application up and running
  • Answers to your questions
  • All pages in English

Every day use

  • MVC - basic concepts necessary to work with the framework
  • Library class reference descriptions
  • Ajax support in your applications
  • Multisite - manage many sites from one framework installation

For project members

EnMvc  
What is MVC?
Lang-En
Updated Nov 28, 2009 by letl...@gmail.com

MVC is an architectural solution that allows to separate different parts of an application from each other. Due to this approach, it becomes easier to understand the project and for new members to learn its features.

Start thinking differently and use the following rules when creating a new application:

  • Controller - decides what actions to perform. It uses different models to obtain data and then passes the data to the view component.
  • View - displays information. It represents a template html page in which data prepared by the controller is inserted
  • Model - retrieves and modifies information in a database

Sign in to add a comment
Powered by Google Project Hosting