ofaaoficial / php-mvc-pdo-CRUD

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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,

License:GNU General Public License v3.0


Languages

Language:PHP 37.5%Language:Hack 29.8%Language:JavaScript 20.5%Language:TSQL 12.1%