Ding
Ding copied to clipboard
DI ( Dependency Injection: Setter, Constructor, Method), AOP ( Aspect Oriented Programming ), Events support, xml, yaml, and annotations (including some JSR 250 and JSR 330, like @Configuration and @B...
Thanks for your advice and apologize for the delay but I also sent the changes and tests, greetings and I am waiting for your comments.
similar to quartz(tm).. more to come
so when specifying a property like <property name="asd"><value>${prop}</value></property> and $prop is actually an array, no confusions are made by properties helper
## Taken from #95, by jonathaningram A question related to annotations: I want to inject a Service (say, my ProductsService) into my Controller (say, my ProductsController) via a property or...
to prevalidate arguments that come from a request. I.e: if @Validate(user) then the mvc expects a $user argument in the action that must be pre validated using the class UserValidator