2017 © Pedro Peláez
 

library framework-git

image

g2design/framework-git

  • Thursday, September 1, 2016
  • by sile119
  • Repository
  • 5 Watchers
  • 0 Stars
  • 92 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

G2 Mvc Framework PHP

NOTE: This is my first Project i make publically available. Any criticism is welcome. Suggestions on improving my documenting or even helping me start documenting would be nice, (*1)

Description: a small MVC framework. that also has an implementation of Twig templating engine as a controller, (*2)

This framework spiralled into something bigger., (*3)

Features

a router Class that is used to route all request through controllers based in packages controller routing can also happen on a package level, (*4)

a Twig View system that can be initialized inside controllers actions, (*5)

a ini based config system. to configure connections to databases, twig cache locations twig view locations etc, (*6)

Integrated ORM using redbeansPHP. Still looking for a good wrapper database class that atleast has a couple of ease of use functions, (*7)

an library autoloader base on the Zend Autoloader style, (*8)

Using a library embedded into the framework. the only file that needs to be included is the Mvc_Router.php file in the framework route., (*9)

HOW TO: I have included a sample project into the repo. So feel free to look at it., (*10)

@todo: improve this readme, (*11)

The Versions