-
Bastien Aracil wrote a new blog post: ServicePropertySetter Plugin 7 months, 2 weeks ago · View
ServicePropertySetter ( on github ) is a plugin for AMFPHP (v2.0) to centralize the setting of shared properties/resources between services. From the plugin documentation : Since service classes are created internally by AMFPHP it is not possible to pass (at construction or with setters) parameters to services. With ServicePropertySetter, it is now possible. This plugin can be used [...]
-
Bastien Aracil commented on the blog post ServiceAccess Plugin 7 months, 2 weeks ago · View
Oups, it is ‘ReflectionMethod::getDocComment()’ (PHP 5 >= 5.1.0) .
-
-
Bastien Aracil wrote a new blog post: ServiceAccess Plugin 7 months, 3 weeks ago · View
ServiceAccess ( on github ) is a AMFPHP plugin to secure access to PHP services easily. For instance with a minimal configuration, a method can be secured like this :
/** * @rolesAllowed USER_WRITE, GROUP_WRITE * * The access to the function is granted to users that have the role USER_WRITE or GROUP_WRITE only. */ public function myFunction1() [...] -
Bastien Aracil became a registered member 7 months, 3 weeks ago · View




