[Phplib-users] 7.4 and greater versions
Brought to you by:
nhruby,
richardarcher
From: Dennis G. <ge...@cv...> - 2003-03-06 18:33:17
|
I would like to see: all classes buffer their output, except the template rendering classes. all classes implement an 'errors' string variable. no 'exit's So, any call to any public function could be checked for failure by looking at the errors variable, and any template engine driven application would not be broken using phplib. Is this a long term goal for PHPLIB? |