Skip to content

sequethin/cooking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP MVC example code

This repository is an example of a Model View Controller web app in PHP.

Setup

You will need

  • an Apache webserver with a poiting that the root of the repository ("cooking")
  • a Mysql server with a "cooking" database
  • a config.ini file containing the necessary information to use the database

example config.ini

[db]
dsn='mysql:host=localhost;dbname=cooking'
user=cooking
password=apassword

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 85.2%
  • CSS 7.3%
  • ApacheConf 5.4%
  • JavaScript 1.3%
  • Shell 0.8%