Skip to content
/ potlu Public

Potlu is simple PHP framework, inspired from java beans

Notifications You must be signed in to change notification settings

aseven7/potlu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Potlu Framework

Potlu is simple PHP framework for multipurpose project, inspired from java beans. Powered by : gentelella admin themes (User interface in this example), Idiorm (database ORM), FlightPHP (route).

Application Structure

Although most of the php frameworks apply MVC (Model-View-Controller), the POTLU Framework only implements Logic-View just for simplicity. Potlu Framework concept is Logic -> Views. Potlu still in minimum documentation, the following several hint may help for first start this framework

  • app : Application folder, there has folder :
    • beans : Spell this as model, simple structure model base on database or logic purpose.
    • config : Web, Database configuration.
    • helper : Helper functions.
    • logic : Logic for each template module
    • views : PHP file template located.

Other

  • If you familiar with idiorm, this framework using idiorm for ORM features (covering model feature in this case). For IdiORM Documentation : idiorm.readthedocs.io
  • For documentation flight php (routing framework) : flightphp.com/learn/

Setup

Clone and Copy these files to www directory, and install database example (inventory system).

License

Feel free to use.

About

Potlu is simple PHP framework, inspired from java beans

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published