News Feed
Jobs Feed
Sections




News Archive
DevShed:
Expanding the Application Range of Visitor Objects in PHP 5
August 09, 2006 @ 06:57:01

DevShed continues their series on the Visitor objects in PHP5 with this second part, looking at expanding the "application range" of the objects.

Well, at this stage I'm assuming that creating visitor objects with PHP isn't a strange concept to you any longer, therefore I'll continue this journey by developing some additional -yet useful- examples on how to build up and implement visitors with PHP 5. The main purpose of this is simply reaffirming the concepts deployed in the first tutorial, so you can have a solid background for including your own visitor classes inside your PHP applications.

They start off by creating a new abstract class to use in this part, a User class with plenty of properties and methods. Next up, they make a class extending this base, abstract class to make a SoftwareUser that will accept visitor objects. They then use this interface and create a Visitor class to make the calls, showing a code example of them playing nicely together.

0 comments voice your opinion now!
visitor application range tutorial php5 object visitor application range tutorial php5 object


blog comments powered by Disqus

Similar Posts

PHP in Action: Real programming with PHP 5.3 (part 1): array processing

Matthew Weier O'Phinney's Blog: Autocompletion with Zend Framework and Dojo

DevShed: Database Security: Guarding Against SQL Injection

Mike Naberezny's Blog: Easier XML-RPC for PHP 5

IBM developerWorks: Use Ajax with PHP and DB2 9 - Xajax


Community Events











Don't see your event here?
Let us know!


introduction zendframework2 usergroup series symfony2 development conference community language database release framework testing phpunit opinion functional rest interview unittest podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework