PHP Classes

File: fileStructure.txt

Recommend this page to a friend!
  Classes of Adrian M   UpMVC PHP CRUD Framework   fileStructure.txt   Download  
File: fileStructure.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: UpMVC PHP CRUD Framework
Build CRUD Apps with JS Action Confirmations
Author: By
Last change:
Date: 6 months ago
Size: 412 bytes
 

Contents

Class file image Download
project-root/ |-- public/ | |-- assets/ | | |-- css/ | | | |-- styles.css | | |-- js/ | | | |-- script.js |-- src/ | |-- Controllers/ | | |-- BaseController.php | | |-- CrudController.php | |-- Models/ | | |-- BaseModel.php | | |-- UserModel.php | |-- Views/ | | |-- BaseView.php | | |-- CrudView.php |-- .htaccess |-- composer.json |-- index.php |-- data.sql