It's a Object Oriented mini Framework that allows you to get access common libraries: DB, URI, HTML, Template, etc.
Anything can be assigned to the main class : x_framework to make it Object Oriented.
A simple example
$X_F=new X_Framework();
$X_F->Init_X();
$X_F->require_class("uri"); // class uri.class.php without class.php
$X_F->Connect_DB("my_db_name");
//----
//Get some data: $my_data= $X_F->DB->my_db_name->display("table_name","id=50");
$my_name=$my_data->dataname1; $my_nickname=$my_data->datanickname1;
// MORE to come
Commercial Use
Modify
Distribute
Sub-License
Private Use
Hold Liable
Include Copyright
Include License
These details are provided for information only. No information here is legal advice and should not be used as such.