Intro to PHP + Oracle
Aug 17, 2008, 06:02 (0 Talkback[s])
(Other stories by Sean Hull)
"PHP also now supports a whole host of object oriented features,
if that suits your fancy. You'll find abstract classes for
prototyping, use of the final classes to prevent further
subclassing. PHP also supports overloading, thus multiple functions
with the same name but different parameters, allow the PHP
interpreter to choose which function to call at runtime. You'll
also find private and protected member variables as well as
constructors, and destructors.
"PHP also has great exception handling with the TRY, CATCH &
THROW syntax. An example of how you might use this might be if you
were going to perform a division. You could put a TRY before it,
then a CATCH section displaying an error if you divide by
zero."
Complete Story
Related Stories:
- Ed Boyajian, President and CEO, EnterpriseDB(Aug 15, 2008)
- Oracle Ships Emergency Workaround for Zero-day Flaw(Jul 30, 2008)
- Oracle Architect Says There Ought to be One Linux Distribution: Red Hat(May 07, 2008)
- Oracle Expands Its Linux Base(Mar 26, 2008)
- Manipulate del.icio.us bookmarks with PHP(Jan 24, 2008)
- Oracle Fixes Glitch in PHP Web Applications(Oct 11, 2007)
- Introduction to Flex Using PHP(Jul 23, 2007)
- developerWorks: Command-Line PHP? Yes, You CAN!(Mar 21, 2007)