Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IProvider: metadata loader #3

Open
fprochazka opened this issue Aug 23, 2013 · 3 comments
Open

IProvider: metadata loader #3

fprochazka opened this issue Aug 23, 2013 · 3 comments
Labels

Comments

@fprochazka
Copy link
Member

CompilerExtension provider interface, for connecting, automatic loading and caching of object validation rules (mainly for Kdyby/Doctrine).

@enumag
Copy link
Member

enumag commented Jan 3, 2016

Can you elaborate? Rules for Doctrine entities are loaded from annotations and it works without any problems for me.

@fprochazka
Copy link
Member Author

This requires research, to find out what other extensions which dependent on this one might wanna add to it.
For doctrine its entity metadata and types... for validator it's "insert research results here".

Also, I don't wanna create more IProviders, they're hard dependency. I like this better.

@enumag
Copy link
Member

enumag commented Jan 9, 2016

Agreed. I'm using that style in my extensions as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants