Re: [Phplib-users] extensions to oohforms, table
Brought to you by:
nhruby,
richardarcher
From: Matt W. <li...@ye...> - 2004-04-20 08:14:05
|
Quoting Aric Caley <gre...@pe...>: > There are assorted types of template classes including a PHPLib one. I > have no desire for a template engine more complex than PHPLib's and in > fact I'm of the mind to do things without a template engine at all. > > The main thing that seems to be missing from PEAR is something > equivalent to PHPLib's auth and perm classes. There is already an auth class within PEAR. I set up a test machine last week using PEAR::Auth, PEAR::DB, native sessions, although I customised it to use DB storage. I'm gonna bring in PHPLib perm as I haven't seen anything in PEAR that will do the same thing. I'm in two minds whether to bring in PHPLib's DB extraction or not and use that for my stuff or whether to use PEAR::DB, although there are some neat error handlers for PEAR::DB. Matt |