respect-validation/library/Respect/Validation
Alexandre 895ce93ed1 - Splitted up ValidationException into simple exceptions and composite exceptions
- Changed the string formater from sprintf to custom function. Exception parameters should be more readable now.
	- Several refactorings on the exception reporting model
	- Improved builders ( new v(array('int', 'positive', 'between'=>array(1,256))); is now possible, great for dependency injection.
	Note: There are nasty things on this commit. Duplicated code, orphan methods and such. Next step is a nice quality-wide refactoring.
2011-02-10 18:49:48 -02:00
..
Contexts Prototype for ValidationException contexts (messages contextualized for forms, APIs, command line, translation, etc) 2011-02-07 15:21:58 -02:00
Exceptions - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
Rules - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
ExceptionIterator.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
package.xml - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
Validatable.php Guess I woke up today a little obsessive. Sorted all the class declarations/methods/properties/namespace imports in alphabetic/visibility order. 2011-02-07 08:52:18 -02:00
Validator.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00