Archive for September 25th, 2006

Using Introspective Methods with the DirectoryIterator Class in PHP 5

If you re one of those PHP developers who want to explore the package of classes that come bundled with the Standard PHP Library SPL then fear not because you re at the right place. Welcome to the concluding part of the series A Close Look at the DirectoryIterator Class in PHP 5. In three parts this series introduces the most important methods attached to this class and shows you how to use them by mean of extensive hands-on examples….

Rackspace-Managed Servers, Fanatical Support™ Full-Scale Microsoft & Linux Solutions & 0% Network Downtime! Click here now!

Continue Reading · Add comment

Zend Developer Zone: 30 Minutes with Theo Schlossnagle

On the Zend Developer Zone today, Cal Evans has another of his interviews with the speakers at various PHP conferences, this time, it’s with Theo Schlossnagle of OmniTi.

This is another in a series of interviews I’ve been conducting as I travel to different conferences. Most of the people I get the chance to interview are directly involved with PHP in some way. This interview is a bit different. Theo Schlossnagle is the founder of OmniTI, one of the premier PHP consulting companies in the world. OmniTI consults with companies all around the globe on issues ranging from architecture to security.

Cal asks questions about the background of OmniTI, how they find/retain programmers, Messaging Systems, Theo’s book, scaling in general, and some of his thoughts on what PHP still has to overcome.

Continue Reading · Add comment

Job Posting: Innova Computing Seeks Mid to Senior PHP Developer (Oklahoma City, OK)

Company Innova Computing
Location Oklahoma City, OK
Title Mid to Senior PHP Developer
Summary Innova Computing is looking for a talented PHP developer to work part-time or full-time on an on-going contract basis. Development will be done through telecommuting.
Link More Information

Continue Reading · Add comment

Community News: Latest PEAR Releases for 09.25.2006

Latest PEAR Releases:

Continue Reading · Add comment

Felix Geisendörfer’s Blog: Make printing easy, using a PrintController

On the ThinkingPHP blog today, Felix Geisendörfer shows, based on some of his own personal work, how to make printing simpler inside of a CakePHP application.

The web site I currently work on is going to be for the hotel where my step father is the manager of. One of the things that is going to be an important ‘feature’ for the site, is to make it printer friendly.

Since the new site has a very clean markup, I thought about simply creating an additonal style sheet for the media type “print”. However, after thinking about it a little bit more today, I came to to the conclusion that I’m dealing with WYSIWYG visitors. So I decided to get a little fancier, and to create a PrintController, which would output printable versions of any site requested by /print/*

He gives the code for the controller and for the easy to use link to go over to the “printable version” of each page, hiding the none-printable information from the browser.

Continue Reading · Add comment