Giter Site home page Giter Site logo

Common dependencies about slim3-skeleton HOT 7 CLOSED

Swader avatar Swader commented on August 27, 2024
Common dependencies

from slim3-skeleton.

Comments (7)

akrabat avatar akrabat commented on August 27, 2024

Loosely, Pimple is too simple for what you want. Personally, I suspect that you'd be better off with an auto-wiring DI container such as PHP.DI.

Another way would be use Zend\ServiceManager's initializers to add the common dependencies via setters. You still need to tell the DI container the name of every controller, though.

If you don't want the DI Container to know the names of the controller in advance, then I would use Zend\ServiceManager's abstract factories so that a single factory that can create all the controllers. If I get time, I'll see if I can knock up an example that does this at some point

from slim3-skeleton.

Swader avatar Swader commented on August 27, 2024

Thanks, I'll look into all that.

The original idea was mapping class name patterns to callbacks, so that when a pattern like "Controller" is detected, unless there is a mapping that corresponds to the controller name exactly, the default takes over and constructs with the standard view and logger.

Extending Pimple and Slim's Container in such a way proved to require way more work than it should have, though, and just using a different DI container seemed more logical.

from slim3-skeleton.

akrabat avatar akrabat commented on August 27, 2024

OK, The Abstract Factory solution was easy to create an example for - https://github.com/akrabat/slim3-abstract-action-factory

The work is done here: https://github.com/akrabat/slim3-abstract-action-factory/blob/master/app/src/ActionAbstractFactory.php

from slim3-skeleton.

Swader avatar Swader commented on August 27, 2024

That looks great, thanks. I'll take a more detailed look soon.

from slim3-skeleton.

geniuscd avatar geniuscd commented on August 27, 2024

I tried to implement the following abstract factory, but its not working for me. i'm getting 'addAbstractFactory' methode is not defined.
i installed 'zendframework/zend-servicemanager' and 'akrabat/rka-slim-zfsm-container' via composer after cloning 'akrabat/slim3-skeleton'. and made the required changes in two files as sited in slim3-abstract-action-factory github project.
am i missing something else ? thanks

from slim3-skeleton.

akrabat avatar akrabat commented on August 27, 2024

Are you using Zend\ServiceManager. I usually set it up in index.php: https://github.com/akrabat/slim3-abstract-action-factory/blob/master/public/index.php#L18-L19

from slim3-skeleton.

geniuscd avatar geniuscd commented on August 27, 2024

yep i modified two files, the index.php to instantiate the object and the dependencies.php :/

from slim3-skeleton.

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.