LitePHP (Simple and powerful)

Status
Not open for further replies.

litewarez

Active Member
1,367
2008
1
0
Heya Guys!

Just thought i would let you know about the LitePHP framework and what updates have been added!

Firstly let me say that we have gone with the name LitePHP and we hope you like it!

Ok so let must inform you all of what features that have been implemented!
  • Stable and speedy structure
  • Powerfull scope issues resolved for simplicity!
  • Advanced error system (system and user based)
  • drag and drop application installation

Building the applications we have the following resources
  • Error system
  • Config System
  • Input sanitization (GET / POST)
  • Output control (gZip / Headers)
  • Session Manager (File / Database) Driver based
  • Language Systsme (associate array style)
  • Cache system (APC) Driver based so your own caches can be implemented
  • Module system (Load class tools)
  • Database DBL (MySql / MsSql / MySqli) Driver Based
  • Smarty Template Engine! (POWERFUL)
    • Custom plugins for differnet applications (auto-loaded)!
    • Intergreated into the core system with language support

The idea behind the framework!

The system is designed so you (programmer) does not have to change your style of coding to work with the system.

so you can be an advanced programmer and build objects that weave into the framework or you can be one of your everyday php programmers and still be able to build applications without getting confused!

The system is application based so you could have 3 applications for example

  • Main welcome page
  • Wiki
  • Forum

you can load each application with your root pages with 1 line of code
PHP:
Registry::get('Application')->load('wiki');

PHP:
Registry::get('Application')->load('forum');

once the application is loaded it will have access to ALL the resource within the framework!

i hope you can all see the potential the framework has and over the next few weeks ill be building the site where the main promotion of the framework will take place!

Thanks and please post any comments you may have about the framework!

You may download the framework with all the updated features for BETA testing only!
http://litewarez.net/framework.rar (not commented)
 
10 comments
[slide]http://pokit.etf.ba/upload/pokit7940ab47468396569a906f75ff3f20ef.png[/slide]
okay, the error system works :P
 
Status
Not open for further replies.
Back
Top