News Feed
Jobs Feed
Sections




News Archive
Matthew Turland's Blog:
Splitting PHP Class Files
January 25, 2010 @ 13:23:56

Matthew Turland, in trying to solve a problem from work, needed a way to split out some code into two files to simplify and make it easier to use them individually.

The issue I ran into was due to all the generated PHP classes being housed in a single file. I had to process two WSDL files that had several identical user-defined types in common. As a result, I couldn't simply include the two PHP files generated from them because PHP doesn't allow you to define two classes with the same name.

He used the tokenizer extension to create a simple command-line script that did the splitting for him. This script could potentially be used for splitting out other kinds of files too - "unpacking" them from their combined state. You can download the latest version from Matthew's github account.

0 comments voice your opinion now!
tutorial split class file wsdl


blog comments powered by Disqus

Similar Posts

Refulz Blog: Traits in PHP 5.4 - Why we need Traits

Web Development Blog: Tutorial: FTP Upload via cURL

NETTUTS.com: Introduction to the Smarty Templating Framework

Elizabeth Smith\'s Blog: String Class (Kal_String)

Script-Tutorials.com: Watermark processing on images using PHP and GD


Community Events











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


tool introduction framework language example interview conference code podcast development series zendframework2 composer release community database opinion testing functional object

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