Keeping Track of Objects when Using Destructors in PHP 5
Wednesday, January 30th, 2008Implementing Destructors with Multiple Objects in PHP 5
Wednesday, January 23rd, 2008Welcome to the second installment of the series Understanding Destructors in PHP 5. Whether you re a PHP programmer who s making their first steps in the area of professional PHP development or an experienced developer with a solid background in object-based PHP programming this article ...
Working with Prepared Queries with PDO Objects in PHP 5
Monday, June 11th, 2007If you re a PHP developer who builds web applications that interact with different database systems such as MySQL Oracle MS SQL and so forth then this group of articles might be what you re looking for. Welcome to the final part of the series ...
Handling Result Sets and More with PDO Objects in PHP 5
Monday, June 4th, 2007Building PHP applications that interact with different database systems can be a daunting task especially from a developer s point of view. To tackle this issue with minor hassles PHP 5.1 comes bundled with a powerful extension called PDO short for PHP Data Objects a ...
Using PDO Objects in PHP 5
Tuesday, May 29th, 2007The PDO library is a powerful addition to PHP. It shines when you need to build applications capable of talking to different database systems. It also has other very useful capabilities. This article the first in a three-part series will introduce you to this versatile library.... Refurbished and Used ...
Validating Incoming Data by Using Polymorphism with Objects in PHP 5
Wednesday, April 4th, 2007If you re a PHP developer who wants to learn how to take advantage of polymorphism to build more efficient and robust object-oriented applications then this group of articles might be what you need. Welcome to the final part of the series that started with Using Polymorphism with ...
Abstracting Database Access Using Polymorphism with Objects in PHP 5
Wednesday, March 21st, 2007Polymorphism is an object-oriented programming concept that can be difficult to understand. This article the first of a three-part series walks you through the basics of Polymorphism so that you can make use of it in your own applications. The specific example in this article will show you ...
Creating AJAX Requester Objects with Abstract Factory Classes in PHP 5
Wednesday, January 31st, 2007The abstract factory pattern can be useful if you re developing a PHP application that needs to create diverse objects in multiple contexts. If you re interested in learning the basics of this design pattern this set of articles might be what you re looking for. Welcome to the ...
Using Self-Saving Objects with Command Objects in PHP 5
Tuesday, December 26th, 2006If you were looking for an approachable guide on how to create and use command objects with PHP 5 then look no further because your search is over. Welcome to the final part of the series Creating command objects with PHP 5. Comprised of three comprehensive ...
More Examples of Creating Command Objects with PHP 5
Tuesday, December 19th, 2006Are you one of those PHP developers who wants to expand your background in design patterns by learning an additional one If your answer is affirmative then this series might be appealing to you. It will teach you in three educational tutorials how to create and ...
Using Directory Iterators and MySQL with Adapter Objects with PHP
Wednesday, December 13th, 2006If you re a PHP programmer who s searching for a comprehensive tutorial on how to create adapter classes with PHP 5 them look no further. Welcome to the final installment of the series Implementing adapter objects with PHP. Made up of two parts this series ...
Introduction to Creating Command Objects with PHP 5
Tuesday, December 12th, 2006In this article the first part of a series you ll learn the basics of applying the command pattern with PHP 5. As always plenty of hands-on examples are included.... New SAP NetWeaver J2EE Preview! Try the new SAP NetWeaver J2EE preview. Download this exclusive development kit now!
The Basics of Implementing Adapter Objects with PHP
Wednesday, December 6th, 2006You may have already encountered situations in coding PHP applications in which you would like to use inheritance but could not for one reason or another. Fortunately there is an alternative for these situations that can help you achieve the same result. In this first article in a ...
Introducing the Chain of Responsibility Between PHP Objects
Monday, October 30th, 2006This article the first of three parts introduces you to the chain of responsibility pattern in PHP 5. This pattern is useful when a specific class cannot deal with a particular task and must therefore transfer a program s execution to another class with the appropriate capability.... Refurbished ...
Controlling Online Forms with Builder Objects in PHP 5
Thursday, October 12th, 2006Mastering some of the most popular design patterns with PHP 5 can be sometimes an overwhelming process that requires hard work and experience. However if you want to tackle the challenge and expand your existing background on them this article might eventually find a place on your quick ...
Introducing Builder Objects in PHP 5
Thursday, October 5th, 2006In this article the first of a three-part series you will be introduced to the basics of creating directors and builder objects with PHP 5. As usual there will be copious examples to help you quickly start using the builder pattern in your own PHP projects.... Rackspace-Managed Servers, ...
Using Visitor Objects with MySQL Data Sets in PHP 5
Thursday, August 17th, 2006If you re looking for brand new material to help you expand your background in using design patterns with PHP 5 then hopefully this article will suit your needs. Welcome to the final installment of the series Introducing Visitor Objects in PHP 5. Composed of three chapters ...
Expanding the Application Range of Visitor Objects in PHP 5
Wednesday, August 9th, 2006Has your career as PHP developer led you to learn more about the most popular design patterns If it has then this series may help you get a better grounding in them. Welcome to the second installment of the series Introducing Visitor Objects in PHP 5. ...
Introducing Visitor Objects in PHP 5
Thursday, August 3rd, 2006Although the article s title may seem a bit intimidating the truth is that things are much simpler than you think. Like many other programming languages PHP also allows you to construct and use visitor objects with minor hassles. But before I go deeper into the subject ...
Working with MySQL and Sessions to Serialize Objects in PHP
Wednesday, June 21st, 2006If you re interested in learning how to combine objects sessions and MySQL this is the article that you ve been waiting for. It s the final part of the series Serializing objects in PHP. In three parts this series goes through the fundamentals of ...
Using the Sleep and Wakeup Functions to Serialize Objects in PHP
Friday, June 16th, 2006Curious about how to serialize your objects inside your beautifully-crafted application Look no further. Welcome to the second part of the series Serializing objects in PHP. This set of three tutorials introduces the fundamentals of objects serialization and teaches you some advanced concepts regarding this approach ...
The Basics of Serializing Objects in PHP
Tuesday, June 13th, 2006Object serialization in PHP is very easy and can be used for a variety of different purposes. It can be used to perform some fairly complex operations in fact. This article the first of a three-part series introduces you to object serialization and a number of ...
Using Session Handling Objects to Maintain the State of Applications with PHP Sessions
Wednesday, May 10th, 2006Here you have it. The tutorial that you were waiting for Welcome to the concluding part of the series Maintaining the state of applications with PHP sessions. In several tutorials this series goes through the key points of managing sessions in PHP and explores some ...
Enforcing Object Types in PHP: Filtering Input Objects in PHP 4
Wednesday, February 15th, 2006When you are writing an object-based web application in PHP you want to prevent your classes from being convoluted with input objects of the incorrect type. These input objects can cause the application to throw a fatal error. In this article you will learn how to enforce object ...
