Skip to content

Opening book details…

Can I read PHP MVC Folder Structure Guide on EtoBox?

PHP MVC Folder Structure Guide by Phong Hoangtu is a document available to read on EtoBox.

What is PHP MVC Folder Structure Guide about?

The document outlines the directory structure and coding conventions for an MVC framework, including separating models, views, and controllers into different directories, and describes the bootstrap process which loads configuration files, routes all requests through index.php, and calls the appropriate controller and action. It also shows how errors are handled, magic quotes and register globals are removed, and classes are autoloaded to connect the MVC components and handle requests.

Author
Phong Hoangtu
Language
EN