Rendering is now done by Item objects
This commit is contained in:
parent
6ef86e1fff
commit
75d355a2aa
5 changed files with 413 additions and 350 deletions
|
@ -13,8 +13,10 @@
|
|||
*/
|
||||
|
||||
require_once('boot.php');
|
||||
require_once('object/BaseObject.php');
|
||||
|
||||
$a = new App;
|
||||
BaseObject::set_app($a);
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue