Description: Home MV - simple PHP framework for web development
home (84219) web development (15421) cmf (93) php framework (57) admin panel php (1)
Work process starts with creation of Model - PHP class for managing SQL table. Fields of the model have different data types based on principles of web development.
Selecting of template for requested URL is accomplished by Routing .
"article/*/" => "view-article.php" To show model's data on the webpage a template file is being created.