GithubHelp home page GithubHelp logo

Comments (6)

biGGs24 avatar biGGs24 commented on July 19, 2024

Please change line 38 in ClassmapController to
$directory = str_replace(DIRECTORY_SEPARATOR, '/', realpath($directory));
get it working.

from zftool.

PremyslFiala avatar PremyslFiala commented on July 19, 2024

Thank you biGGs24. The slashes are correct now, but path is still funny.

return array(
    'Album\Module'   => **DIR** . '/../../../../../../D:/PATH_TO_PROJECT/module/Album/D:/PATH_TO_PROJECT/module/Album/Module.php', 
);

from zftool.

biGGs24 avatar biGGs24 commented on July 19, 2024

Its working for me, please make sure you call the class generating from the root directory of your application! Best practice is to create a symlink to vendor\zendframework\zftool\zf.php and place it in your root directory.

Then call with relative path from root application directory:

php zf classmap generate module/YOUR_MODULE

from zftool.

Maks3w avatar Maks3w commented on July 19, 2024

@biGGs24 Could you send a PR with the fix?

from zftool.

coder-pm avatar coder-pm commented on July 19, 2024

use "vendor/bin/classmap_generator.php", works like a charm!

from zftool.

flod1 avatar flod1 commented on July 19, 2024

i have the same problem, what could i do?

return array(
'Album\Module' => DIR . '/../../../../../../D:\PATH_TO_PROJECT\module\Album/D:/PATH_TO_PROJECT/module/Album/Module.php',
'Album\Controller\AlbumController' => DIR . '/../../../../../../D:\PATH_TO_PROJECT\module\Album/D:/PATH_TO_PROJECT/module/Album/src/Album/Controller/AlbumController.php',
'Album\Form\AlbumForm' => DIR . '/../../../../../../D:\PATH_TO_PROJECT\module\Album/D:/PATH_TO_PROJECT/module/Album/src/Album/Form/AlbumForm.php',
'Album\Model\Album' => DIR . '/../../../../../../D:\PATH_TO_PROJECT\module\Album/D:/PATH_TO_PROJECT/module/Album/src/Album/Model/Album.php',
'Album\Model\AlbumTable' => DIR . '/../../../../../../D:\PATH_TO_PROJECT\module\Album/D:/PATH_TO_PROJECT/module/Album/src/Album/Model/AlbumTable.php',
);

from zftool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.