PHP Articles etc.


Sample chapter

Reviews

linuxsecurity.com
Brent Ashley
kickstartnews.com
ComeAcross
BellaOnline
OSNews
Linux World


Using MySQL with PDO

PDO is a PHP extension providing a data-access abstraction layer that can be used with a variety of databases. This gives you the flexibility of changing the database backend without having to alter your access methods. Even if you use MySQL exclusively, PDO can provide advantages ...

The Magic __set_state Method

In PHP 4 there are only two magic methods, __serialize and __unserialize. PHP 5 .0 defines a number of new magic methods the most well-known being the constructor and destructor. Apart from beginning with a double underscore, magic methods in PHP are (usually) invoked indirectly.

Object-Oriented Features New To PHP5

PHP 3 was released in mid-1998. Some basic object-oriented (OO) capabilities were included, more or less as an afterthought, to "provide new ways of accessing arrays." No significant changes were made to the object model when version 4 was released in mid-2000. The basics of object-oriented programming (OOP) were there--you could create a class and single inheritance was supported. With PHP 5 ...

Interview with Wez Furlong

Wez Furlong is Chief Architect at OmniTI, Inc., and a PHP core developer responsible for the streams abstraction layer, the PDO extension, and the SQLite extension among others. We caught up with him at the php|works conference where he presented a seminar on PHP Data Objects (PDO).


Page 1 of 11