anyone able to emulate try/catch exception handling in php4

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
lazy_yogi
Forum Contributor
Posts: 243
Joined: Fri Jan 24, 2003 3:27 am

anyone able to emulate try/catch exception handling in php4

Post by lazy_yogi »

Just wondering if anyone has come up with at try/catch style exception handling workaround in php4 ?

Something sinmilar to the usual try/catch style would be nice, so it will be easy to modify for php5 when it is eventually put on everyones servers (which will be a while after it comes out .. and dun know when it will even come out).

Cheers,
Eli
Post Reply