Adding new functionnalities to porte with plugins
Porte architecture is base on a powerfull usage of events. It allows new plugins to register at different stages of the porte objects lifecycle to modify their behavior.
List of available plugins
-
Dojo data store format (PorteDojoStore.php)
Export a result set in a json format compatible with the Dojo data store specifications. -
Json plugin (PorteJson.php)
Validate record integrity with a simple validation framework. -
Position plugin (PortePosition.php)
Order records one relative to the others. -
Validation plugin (PorteValidation.php)
Validate record record integrity with a simple validation framework.