Re: [PHP-DOC] Exceptions in the PHP5 OOP section?

2004-12-22 Thread Gabor Hojtsy
Why is the exceptions documentation in the PHP5 OOP section of the manual?
Try/catch/throw would fit better in the Control Structures section, a
catch acts much like an "if exception thrown" block.
Re: http://www.sitepoint.com/forums/showthread.php?p=1570977#post1570977
Please submit doc problems as appripriately categorized bug reports. 
AFAIR it is documented there, because you throw an object... But this is 
a quite weak argument I understand :)

Regards,
Gabor Hojtsy


[PHP-DOC] Exceptions in the PHP5 OOP section?

2004-12-21 Thread Douglas Livingstone
Why is the exceptions documentation in the PHP5 OOP section of the manual?

Try/catch/throw would fit better in the Control Structures section, a
catch acts much like an "if exception thrown" block.

Re: http://www.sitepoint.com/forums/showthread.php?p=1570977#post1570977

Thanks,
Douglas