这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on May 24, 2019. It is now read-only.

benburwell/Pie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pie: a simple PHP database-driven website framework

by Ben Burwell @bburwell
http://www.benburwell.com/

Features:

  • Automagic CRUD
  • Write no code unless you want to — models come from the database
  • Database changes are instantly reflected in the GUI
  • Flexible configuration allows installation in a variety of settings
  • Powerful library of built-in functions you can implement in custom views

Installation:

  • Copy Pie to a directory on your web server
  • Run http://server/pie/install and follow setup instructions
  • Create your tables using the automagically-recognized format
  • You now have a fully featured site!
  • Create custom views as desired

Architecture:

  • The table name is the plural of the object name
  • Views are in /view/object/ — There are four types of view files: header, footer, record, and default.

About

PHP site framework - HAS NOT YET REACHED BETA (and probably never will)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published