Skip to content

geomorillo/prestomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrestoMVC

Is a new lightweight framework, made for people who is starting on the world of MVC patterns and wants to create new applications.

supported php version > 5.6, 7

Databases supports many drivers (mysql, sqlite, PostgreSQL, mssql, sybase, Oracle Call Interface -oci-)

Features

  • Lightweight Framework
  • Easy to install
  • NOTORM Database
  • Templates for each view
  • Many and useful helpers
  • Easy to manage
  • Secure and fast

Getting Started

Well, you did install the framework but, you need to set some parameters.

  1. Create a virtualhost
  2. Go to /app/config/config.php and set up your configurations
  3. Go to /app/config/database_config.php and set up your connection to your database and his respective table.
  4. Finally set up your routes on the file:/app/Routes.php
  5. Ready to go
Sorry no composer, batteries included.