jarbob / MyPhpFramework

A PHP MVC framework made by myself,contains pdo & mysql interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyPhpFramework

A PHP MVC framework made by myself,contains pdo & mysql interface

The entry is index.php
It's routes is like url: index.php?c=Match&a=list
index.php?c=Match&a=delete&m_id=2
index.php?c=Team&a=info&t_id=23
index.php?m=test&c=Match&a=list
index.php?m=admin&c=Match&a=list
And in framework directory has two mysql class file named MySqlDB.class.php and PDODB.class.php which is traditional mysql class and pdo class.

About

A PHP MVC framework made by myself,contains pdo & mysql interface


Languages

Language:HTML 36.2%Language:JavaScript 27.5%Language:CSS 21.8%Language:PHP 14.6%