From: Jake S. <ns...@us...> - 2005-05-21 05:17:29
|
David Fallon wrote: > Ugh, the switch to not using forms openevent stuff was a can o' worms. > This would be vastly easier if we used a real template system - is there > a reason we're not using one of the template classes from PEAR? > (http://pear.php.net/manual/en/package.html.php) I've used > HTML_TEMPLATE_IT, and it works well and the syntax is almost identical > (in the template) to what's already there. The code syntax is > significantly different, of course, since all the "hard work" (the > various regexes all over the place) is abstracted out for you. :) While > I should learn my lesson after diving into this rewrite, I volunteer > myself to do the switchover if I get approval. This, of course, is a > fairly serious rewrite, but continues my "less code" mantra. > > I have probably a day or two left in the form stuff, so I should commit > sometime early next week, jim. Although writing this has remotivated me, > so I'll see if I can finish today. I then have my two bugs to fix (the > guaranteed-unique uids, and fixing the year render window), and I'll > probably stop bugfixing until people start complaining of broken things, > or we get a release out - the remaining stuff I'd like to do is even > more "not for just before release" than this stuff. So, please give me > some bugs to fix. :) > > dave > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel Have you had a look at smarty.php.net? We used to use HTML_TEMPLATE_IT but smarty has some neat features such as caching that make things faster and other nifty features that make templating easier Jake |