Hi,
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',
    'Album\Form\AlbumForm'                     => __DIR__ .
'//src/Album/Form/AlbumForm.php',
    'Album\Model\Album'                        => __DIR__ .
'//src/Album/Model/Album.php',
    'Album\Model\AlbumTable'                   => __DIR__ .
'//src/Album/Model/AlbumTable.php',
    'Album\Controller\AlbumController'         => __DIR__ .
'//src/Album/Controller/AlbumController.php',
    'AlbumTest\Bootstrap'                      => __DIR__ .
'//test/Bootstrap.php',
    'AlbumTest\Model\AlbumTableTest'           => __DIR__ .
'//test/AlbumTest/Model/AlbumTableTest.php',
    'AlbumTest\Model\AlbumTest'                => __DIR__ .
'//test/AlbumTest/Model/AlbumTest.php',
    'AlbumTest\Controller\AlbumControllerTest' => __DIR__ .
'//test/AlbumTest/Controller/AlbumControllerTest.php',
);
I'm wondring if it's all ok (my doubt is about the double //)

Thanks in advance



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/zf2-Class-Map-Generator-utility-write-path-with-tp4658798.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to