I agree with that. It would be nice for example to have own core-, view- and admin-classes in subfolders inside of "modules". Because this does make it very easy to define project configurations for Zend Guard and other stuff (deployment).
Beste Grüße aus Dortmund! Andreas Ziethen | Geschäftsführung -- anzido GmbH Kirchhörder Str. 12 44229 Dortmund Tel.: 0231 - 60 71 079 Fax.: 0231 - 60 71 081 Mobil:0176 - 8325 1488 Email: [email protected] Web: http://www.anzido.com ( http://www.anzido.com/ ) USt-ID: DE257982972 Geschäftsführung: Andreas Ziethen Amtsgericht Dortmund HRB 20883 -----Ursprüngliche Daten----- Datum: 05.03.2010 11:26:42 Von: Stefan Moises <[email protected]> An: <[email protected]> Betreff: [oxid-dev-general] Proposal: use spl_autoload_register() instead of__autoload() to allow other autoload functions in OXID Vorgang: T-2D5PVCNIJK-68 > Hi List, > > I'd like to make a proposal: > OXID defines its own __autoload() function in "core/oxfunctions.php", > which makes it hard to add external libraries containing their own > autoloaders or to implement different autoloaders for own classes/libs. > A solution would be to rename that function to e.g. "oxidAutoload()" and > to add it to the PHP autoloader stack with > "*spl_autoload_register('**oxidAutoload');*" > So other autoload functions could be added in the same way, too. > > What do you think? > > Cheers, > Stefan Moises > > -- > ******************************************* > Stefan Moises > Senior Softwareentwickler > > shoptimax GmbH > Guntherstraße 45 a > 90461 Nürnberg > Amtsgericht Nürnberg HRB 21703 > GF Friedrich Schreieck > > Tel.: 0911/25566-25 > Fax: 0911/25566-29 > [email protected] > http://www.shoptimax.de > ******************************************* > > _______________________________________________ > dev-general mailing list > [email protected] > http://dir.gmane.org/gmane.comp.php.oxid.general _______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general
