Discussion:
PHP Dependency Injector
Juan Sebastian Scatularo
2013-09-05 19:56:17 UTC
Permalink
Hello people, I want to share with you a simple and small Dependency
Injector made for me.

https://github.com/abloos/Sofia

Regards
--
Facebook: www.facebook.com/JuanSebastianScatularo
Twitter: www.twitter.com/js_scatularo
Web: www.sebastianscatularo.com.ar
Sorin Badea
2013-09-05 20:06:58 UTC
Permalink
There are few tutorials about home made dic. How does your dic stand out
from the crowd ?

Regards.

On Thu, Sep 5, 2013 at 10:56 PM, Juan Sebastian Scatularo <
Post by Juan Sebastian Scatularo
Hello people, I want to share with you a simple and small Dependency
Injector made for me.
https://github.com/abloos/Sofia
Regards
--
Facebook: www.facebook.com/JuanSebastianScatularo
Twitter: www.twitter.com/js_scatularo
Web: www.sebastianscatularo.com.ar
--
Sorin Badea - Software Engineer
Bastien Koert
2013-09-05 20:19:18 UTC
Permalink
Jee, that should have been a friday comment..."how does your dic standout"
Post by Sorin Badea
There are few tutorials about home made dic. How does your dic stand out
from the crowd ?
Regards.
On Thu, Sep 5, 2013 at 10:56 PM, Juan Sebastian Scatularo <
Post by Juan Sebastian Scatularo
Hello people, I want to share with you a simple and small Dependency
Injector made for me.
https://github.com/abloos/Sofia
Regards
--
Facebook: www.facebook.com/JuanSebastianScatularo
Twitter: www.twitter.com/js_scatularo
Web: www.sebastianscatularo.com.ar
--
Sorin Badea - Software Engineer
--
Bastien

Cat, the other other white meat
Juan Sebastian Scatularo
2013-09-05 20:30:38 UTC
Permalink
Sorry guys if disturbed.
Post by Bastien Koert
Jee, that should have been a friday comment..."how does your dic standout"
Post by Sorin Badea
There are few tutorials about home made dic. How does your dic stand out
from the crowd ?
Regards.
On Thu, Sep 5, 2013 at 10:56 PM, Juan Sebastian Scatularo <
Post by Juan Sebastian Scatularo
Hello people, I want to share with you a simple and small Dependency
Injector made for me.
https://github.com/abloos/Sofia
Regards
--
Facebook: www.facebook.com/JuanSebastianScatularo
Twitter: www.twitter.com/js_scatularo
Web: www.sebastianscatularo.com.ar
--
Sorin Badea - Software Engineer
--
Bastien
Cat, the other other white meat
--
Facebook: www.facebook.com/JuanSebastianScatularo
Twitter: www.twitter.com/js_scatularo
Web: www.sebastianscatularo.com.ar
Sorin Badea
2013-09-05 20:37:16 UTC
Permalink
Juan, the problem with this list is that that there are too damn many dumb
questions. You did something nice but it doesn't stand out. You can check
Symfony2 DiC. You can use it as a stand alone component.


On Thu, Sep 5, 2013 at 11:30 PM, Juan Sebastian Scatularo <
Post by Juan Sebastian Scatularo
Sorry guys if disturbed.
Post by Bastien Koert
Jee, that should have been a friday comment..."how does your dic standout"
Post by Sorin Badea
There are few tutorials about home made dic. How does your dic stand out
from the crowd ?
Regards.
On Thu, Sep 5, 2013 at 10:56 PM, Juan Sebastian Scatularo <
Post by Juan Sebastian Scatularo
Hello people, I want to share with you a simple and small Dependency
Injector made for me.
https://github.com/abloos/Sofia
Regards
--
Facebook: www.facebook.com/JuanSebastianScatularo
Twitter: www.twitter.com/js_scatularo
Web: www.sebastianscatularo.com.ar
--
Sorin Badea - Software Engineer
--
Bastien
Cat, the other other white meat
--
Facebook: www.facebook.com/JuanSebastianScatularo
Twitter: www.twitter.com/js_scatularo
Web: www.sebastianscatularo.com.ar
--
Sorin Badea - Software Engineer
Juan Sebastian Scatularo
2013-09-05 20:40:37 UTC
Permalink
Thanks Sorin, I will do that and I will have more care the next time.

Regards
Post by Sorin Badea
Juan, the problem with this list is that that there are too damn many dumb
questions. You did something nice but it doesn't stand out. You can check
Symfony2 DiC. You can use it as a stand alone component.
On Thu, Sep 5, 2013 at 11:30 PM, Juan Sebastian Scatularo <
Post by Juan Sebastian Scatularo
Sorry guys if disturbed.
Post by Bastien Koert
Jee, that should have been a friday comment..."how does your dic standout"
Post by Sorin Badea
There are few tutorials about home made dic. How does your dic stand out
from the crowd ?
Regards.
On Thu, Sep 5, 2013 at 10:56 PM, Juan Sebastian Scatularo <
Post by Juan Sebastian Scatularo
Hello people, I want to share with you a simple and small Dependency
Injector made for me.
https://github.com/abloos/Sofia
Regards
--
Facebook: www.facebook.com/JuanSebastianScatularo
Twitter: www.twitter.com/js_scatularo
Web: www.sebastianscatularo.com.ar
--
Sorin Badea - Software Engineer
--
Bastien
Cat, the other other white meat
--
Facebook: www.facebook.com/JuanSebastianScatularo
Twitter: www.twitter.com/js_scatularo
Web: www.sebastianscatularo.com.ar
--
Sorin Badea - Software Engineer
--
Facebook: www.facebook.com/JuanSebastianScatularo
Twitter: www.twitter.com/js_scatularo
Web: www.sebastianscatularo.com.ar
David Harkness
2013-09-05 21:11:52 UTC
Permalink
On Thu, Sep 5, 2013 at 1:40 PM, Juan Sebastian Scatularo <
Post by Juan Sebastian Scatularo
Thanks Sorin, I will do that and I will have more care the next time.
You can also check out Pimple [1] by the creator of the Symfony Framework.

Peace,
David

[1] http://pimple.sensiolabs.org/
Marc Guay
2013-09-05 21:16:35 UTC
Permalink
Post by Juan Sebastian Scatularo
Thanks Sorin, I will do that and I will have more care the next time.
You have no reason to apologize. You shared a project you made by
yourself, way to go.

Marc
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
m***@behnke.biz
2013-09-15 21:41:04 UTC
Permalink
Hey Juan,

before sharing your work, you should spend some time on class and method
documentation and putting stuff into the readme ;)
This can be very helpful for others.

Regards,
Marco
Post by Juan Sebastian Scatularo
Sorry guys if disturbed.
Post by Bastien Koert
Jee, that should have been a friday comment..."how does your dic standout"
Post by Sorin Badea
There are few tutorials about home made dic. How does your dic stand out
from the crowd ?
Regards.
On Thu, Sep 5, 2013 at 10:56 PM, Juan Sebastian Scatularo <
Post by Juan Sebastian Scatularo
Hello people, I want to share with you a simple and small Dependency
Injector made for me.
https://github.com/abloos/Sofia
Regards
--
Facebook: www.facebook.com/JuanSebastianScatularo
Twitter: www.twitter.com/js_scatularo
Web: www.sebastianscatularo.com.ar
--
Sorin Badea - Software Engineer
--
Bastien
Cat, the other other white meat
--
Facebook: www.facebook.com/JuanSebastianScatularo
Twitter: www.twitter.com/js_scatularo
Web: www.sebastianscatularo.com.ar
--
Marco Behnke
Dipl. Informatiker (FH), SAE Audio Engineer Diploma
Zend Certified Engineer PHP 5.3

Tel.: 0174 / 9722336
e-Mail: ***@behnke.biz

Softwaretechnik Behnke
Heinrich-Heine-Str. 7D
21218 Seevetal

http://www.behnke.biz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Paul M Foster
2013-09-05 20:41:41 UTC
Permalink
Post by Bastien Koert
Jee, that should have been a friday comment..."how does your dic standout"
Don't send emails like that to the list when I've got a mouthful of
water! It all came out my nose! ;-}

Paul
--
Paul M. Foster
http://noferblatz.com
http://quillandmouse.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Loading...