1. Ariel Sommeria-Klein

    AmfPHP Plugin TransactionManager

    by
    Comment
    TransactionManager is an AMFPHP plugin that manages database transaction. Before a service is call, a transaction is started. If an exception is thrown by the service, the transaction is rollbacked otherwise the transaction is committed. This works only if the used database extension is global for all service. The plugin...
  2. Ariel Sommeria-Klein

    AmfPHP Plugin ServicePropertySetter

    by
    Comment
    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 to centralize configuration parameters and dispatch them to the services. For instance, if services need a connection...