Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevShed:
Using the Active Record Pattern with PHP and MySQL
Mar 05, 2009 @ 17:15:08

DevShed has started up a new series looking at one of the more popular software design patterns - the Active Record pattern. In this first part of the series they introduce the pattern and include a little code to get things started.

Using the active record pattern to develop a database-driven application offers many advantages. It can save PHP developers a wealth of time in coding and code maintenance, because you can take advantage of SQL abstraction.

First they set up a simple data mapping class (using methods like setFirstName to change the "firstname" property of the object) then a MySQL abstraction class and, in the last page of this first part, he combines the two to make a simple Active Record example.

tagged: activerecord designpattern tutorial mysql datbase abstraction

Link:

Oracle:
PHPFest at LinuxWorld Boston 2006
Apr 04, 2006 @ 12:14:55

As a part of the LinuxWorld Boston (2006) Conference for this year, Oracle is hosting a PHPFest, a place to get help installing Oracle's 10g Express Edition (Oracle Database XE) product.

Bring your laptop and get up and running on Oracle Database 10g Express Edition (Oracle Database XE) on Linux and Zend Core for Oracle. Walk away with a complete enterprise Oracle and PHP environment completely free of charge!

Ideal for developers, Oracle Database XE is free to develop, deploy, and distribute. Join Oracle experts as they demonstrate best practices for Oracle and PHP on Linux and interoperability with SQL, Java, and BPEL while taking advantage of PHP’s explosive growth and new functionality.

For more information on the wheres and whens of this offer or to register, check out this page on the Oracle site.

tagged: oracle install linuxworld boston 2006 datbase XE oracle install linuxworld boston 2006 datbase XE

Link:

Oracle:
PHPFest at LinuxWorld Boston 2006
Apr 04, 2006 @ 12:14:55

As a part of the LinuxWorld Boston (2006) Conference for this year, Oracle is hosting a PHPFest, a place to get help installing Oracle's 10g Express Edition (Oracle Database XE) product.

Bring your laptop and get up and running on Oracle Database 10g Express Edition (Oracle Database XE) on Linux and Zend Core for Oracle. Walk away with a complete enterprise Oracle and PHP environment completely free of charge!

Ideal for developers, Oracle Database XE is free to develop, deploy, and distribute. Join Oracle experts as they demonstrate best practices for Oracle and PHP on Linux and interoperability with SQL, Java, and BPEL while taking advantage of PHP’s explosive growth and new functionality.

For more information on the wheres and whens of this offer or to register, check out this page on the Oracle site.

tagged: oracle install linuxworld boston 2006 datbase XE oracle install linuxworld boston 2006 datbase XE

Link:


Trending Topics: