Updates for PHP Autoload Manager

In: PHP

23 Mar 2010

Thanks to Pierrick, some new minor fixes and enhancements have been added to the PHP autoloadManager.

You may find the updated version on github :

http://github.com/alfallouji/PHP-Autoload-Manager

Documentation has been updated also (Please take a look at the README file).

Be Sociable, Share!

1 Response to Updates for PHP Autoload Manager

Avatar

Jim Osborne

November 24th, 2011 at 11:14 am

Downloaded PHP-Autoload-Manager from github yesterday and tested in line with README file. It did not work out of the box.

Eventually got it to generate array in ‘SaveFile’ by adding ‘$this->generate();’ at end of function ‘register’

Used the following test code:

$autoloadManager = new AutoloadManager();
$autoloadManager->setSaveFile(‘autoload.php’);
$autoloadManager->addFolder(‘BridgeDesignPattern’);
$autoloadManager->register();

Is that all that is required?

Comment Form

Who am I?

My name is Bashar Al-Fallouji, I work as a Enterprise Solutions Architect at Amazon Web Services.

I am particularly interested in Cloud Computing, Web applications, Open Source Development, Software Engineering, Information Architecture, Unit Testing, XP/Agile development.

On this blog, you will find mostly technical articles and thoughts around PHP, OOP, OOD, Unit Testing, etc. I am also sharing a few open source tools and scripts.

  • Trinzia: Well done, my friend! [...]
  • vivek raj: Hello Bashar, It's really good that you wrote this code. but I'm confused some part. can you suppor [...]
  • irfan: I saw watch your youtube talk on clean and testable code. By the way very good talk. I was wondering [...]
  • Mohamed: Hello bashar, I hope you are doing well. Thank you for your hard work, and thank you for sharing [...]
  • alex davila: Hi Bashar is there any pick up example?? Regards Alex Davila [...]