From: Alex B. <en...@tu...> - 2001-05-22 01:11:38
|
hi all, I have a functioning Page class, which (though it's a little, uh, dense at the moment) works just fine. It includes modules, and executed Init() and Output() for each module within each module group in the correct order. It appends the output of each module to: $this->output[group_name] so... next thing up is actually to build TemplateManager so I can do master templates and layouts in XSLT. I could be lazy and just make a shell templatemanager that includes files, but egh :) --- So, on the list of core classes: Init (done, cooked) Page (baking, but you can smell it in the living room) Auth (kneading the dough) Perm (ditto) DB (ah, thanks manuel) Err (need to putz with PEAR_Error to see if it jives) Lang (this is simple, and will come last) Sess (done) Request (done, but needs poking and prodding before going into CVS) soon! soon! _alex -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |