Skip to content

ofaaoficial/php-mvc-pdo-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-CRUD-MVC-PDO with AJAX

This project contains basic structure for architecture MVC (Model, view & controller) implement in the language of programmation PHP with management of database mysql.

Example MVC

Installation & test 📥

To the right functioning you need install services of Apache and Mysql or install a local server for example.

Execute services of Apache and Mysql.

Database 💾

Once executed apache & mysql service you need create database 'crud' and import .sql file located in folder SQL DB/crud.sql.

Test 🧪

To test project you need to go to the URL of the local server is usually http://localhost/ o http://127.0.0.1/

Warning ⚠️

This is an old project that contains some good development practices but can be greatly improved.

Example

You can see a better implementation of this structure in this repository php7-architecture-MVC-CRUD

License 🔥

Copyright © 2017-present Oscar Amado 🧔

About

CRUD (Create, Read, Update and Delete) básico de usuarios en PHP con la arquitecta de software MVC y con peticiones AJAX,

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published