weierophinney wrote > On Sun, Jan 20, 2013 at 9:47 AM, whisher < > whisher06@
> > wrote: >> I've used the map generator utility successfully >> with this comand >> php /home/fb/public_html/gs/vendor/bin/classmap_generator.php -w -l >> /home/fb/public_html/gs/module/Album -o >> /home/fb/public_html/gs/module/Album/autoload_classmap.php >> // Generated by ZF2's ./bin/classmap_generator.php >> return array( >> 'Album\Module' => __DIR__ . >> '//Module.php', > <snip> >> I'm wondring if it's all ok (my doubt is about the double //) > > I've never witnessed the additional slash occurring when I've run the > utility; what version of ZF2 are you using? > > Also, to answer your question: it won't cause any issues. > > > -- > Matthew Weier O'Phinney > Project Lead | > matthew@ > Zend Framework | http://framework.zend.com/ > PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc > > -- > List: > [email protected] > Info: http://framework.zend.com/archives > Unsubscribe: > [email protected] I'm using the 2.0.6 version. Thanks for the explanation about the double slashes. Bye -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/zf2-Class-Map-Generator-utility-write-path-with-tp4658798p4658817.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
