Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 344 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 344 Bytes

ticaf

A simple and super fast PHP MVC architecture framework!

To start using ticaf for your database driven project, kindly locate the config file at:

plugin/congif/config.ini

Make the following changes:

connectionServer= Your_DB_Host

connectionUsername= Your_DB_username

connectionPassword= Your_DB_Password

connectionDB= Your_DB