News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Simulating Packages in PHP
November 05, 2009 @ 07:52:20

Sameer Borate has a new post to his blog looking at the idea of simulating the idea of packages that several other languages have (like Java) with similar functionality to use them.

Most modern languages have a concept of packages, wherein related classes are stored together. PHP sadly doesn't have a similar concept. [...] But in the spirit of 'programming into the language', what we can do is try to simulate a 'package-like' concept in PHP.

Wanting to stick with the "import()" function call, he's created a bit of sample code to mimic Java's loading method. The function more or less does what the auloading included in PHP can accomplish and he points out two issues with it - it doesn't really do a real "import" just an include and that, how it stands, you cannot tell what order the files will be included in (no sorting at all).

0 comments voice your opinion now!
import package simulate tutorial


blog comments powered by Disqus

Similar Posts

DevShed: Unit Testing

Fabien Potencier's Blog: Create your own framework... on top of the Symfony2 Components (part 5)

Developer Tutorials Blog: Debugging PHP with Firebug and FirePHP

Total PHP: Deleting files with PHP

Jani Hartikainen's Blog: Decoupling models from the database: Data Access Object pattern in PHP


Community Events











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


tool zendframework2 framework series code application object release opinion introduction example testing language phpunit podcast unittest development interview functional community

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