 |
|
ss
Oracle Tips by Burleson |
Abstract
This chapter will introduce the PHP5 object
model. It will also be used to make a brief introduction to sessions
and the way PHP controls them. All of this information will then be
used in subsequent chapters. This chapter contains the following
sections:
-
Classes and Methods - This section describes
constructors and destructors.
-
Inheritance - This section describes calling
constructors of the parent class.
-
Interfaces and Abstract Classes
-
Exceptions
-
OO Magic
-
Sessions
This chapter also introduces the two files,
OCI_Session.php and example13.php. These files will be
used with countless modifications throughout the whole book.
See
code depot for complete scripts
The above book excerpt is from:
Easy Oracle
PHP
Create Dynamic Web Pages with Oracle Data
ISBN
0-9761573-0-6
Mladen Gogala
http://www.rampant-books.com/book_2005_2_php_oracle.htm
|