From: <ev...@ly...> - 2002-10-04 17:29:33
|
phpBB doesn't use just two lines of code for supporting themes, but I=20 think I understand what you mean. They have a template.class.php file that does all the template file=20 handling. You should really take a look at Smarty (http://smarty.php.net), it is=20= more flexible, and gives better perfomance. You don't need to do any more coding with Smarty than with the phpBB's=20= template class. I would know, I have used phpBB's template class for a=20= while... - Even Andr=E9 On fredag, okt 4, 2002, at 19:01 Europe/Oslo, Matt Jarjoura wrote: > >> Ok, so I want to talk about Sessions.... how are we going to speed up >> and lighten processor load for 0.6 PHP iCalendar? :-) >> >> What i envision PHP iCalendar becoming is similar to phpBB. Themable, >> Modable, good looking, and popular! > > Themes are easy as pie, I have some code directly from phpBB that in 2=20= > lines > of code does themes. If you plan on supporting them, do it from the=20= > start > however, cuz later on you'll have to do a lot of rewriting. > > 2nd, what exactly do you want sessions to provide for you? To store=20= > the > processed calendar code? > > 3rd... Do you have AIM or IRC? > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D > Matt Jarjoura > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D > | UMBC | Phi-Delta 313 | > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |