Posted by Willem Bogaerts on 03/06/07 09:40
> There is also something like the ASP Application object in PHP?
Not until you write one. Most application or session-related
functionality is done with functions or superglobals. I usually write an
application class that features methods for retrieving page parameters
(with built-in register-globals-correction and the possibility to return
other types than strings), access to the backend object, and
application-wide stuff, like user feedback messages and application
settings.
Best regards
--
Willem Bogaerts
Application smith
Kratz B.V.
http://www.kratz.nl/
[Back to original message]
|