Git Product home page Git Product logo

Comments (6)

lossendae avatar lossendae commented on July 30, 2024 1

I did find something akin to autotagging in the doc : https://symfony.com/blog/new-in-symfony-3-3-service-autoconfiguration

This may answer all my questions. I will test that and report it here.
Should i close the issue ?

from pomm-bundle.

lossendae avatar lossendae commented on July 30, 2024 1

As feedback, it indeed works fine with autotagging feature.

Additionally, i had to override the default session builder in yaml config to use mine:

    pomm.model_manager.session_builder:
        class: 'App\Model\Name\SessionBuilder'

Shouldn't it be precised in the documentation as well ?

from pomm-bundle.

mvrhov avatar mvrhov commented on July 30, 2024

You do know that you can register the models as services right? (Read the last chapter of README.md)

from pomm-bundle.

lossendae avatar lossendae commented on July 30, 2024

I didn't know.

Seems a little daunting to tag each and every models and declare them as services.
I will look in the symfony doc if it's possible to automatically tag all models and model layers.

Thanks for the pointer.

from pomm-bundle.

mvrhov avatar mvrhov commented on July 30, 2024

You can tag them automatically. But I'm not using autowiring so you'll have to look at the docs on how to do that.

from pomm-bundle.

mvrhov avatar mvrhov commented on July 30, 2024

IMHO yes.

from pomm-bundle.

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.