Updated used classes and traits. |
|
More...
|
about 9 years ago
|
Fix validation call. |
|
More...
|
about 9 years ago
|
Update model class to work with updated query builder. |
|
More...
|
about 9 years ago
|
Completely change how model errors work. |
|
More...
|
about 9 years ago
|
Make the query builder a simple extension to the Doctrine query builder. |
|
More...
|
about 9 years ago
|
New validation system. |
|
More...
|
about 9 years ago
|
No more relations. This is not an ORM. |
|
More...
|
about 9 years ago
|
Allow accessing of models as an array. |
|
More...
|
about 9 years ago
|
Set table prefix to null if one is not provided. |
|
More...
|
about 9 years ago
|
Change how select works. |
|
More...
|
about 9 years ago
|
Add table alias. |
|
More...
|
about 9 years ago
|
Just use Doctrines inflector. |
|
More...
|
about 9 years ago
|
Set table prefix on the connection if one is provided. |
|
More...
|
about 9 years ago
|
Update composer.json |
|
More...
|
about 9 years ago
|
Ignore stupid shit from OS X. |
|
More...
|
about 9 years ago
|
Add trait to ease model validations. |
|
More...
|
about 9 years ago
|
Add alphanumeric validation `alnum`. |
|
More...
|
about 9 years ago
|
Change `noWhitespace` error string to `no_whitespace`. |
|
More...
|
about 9 years ago
|
Rename `length` validation to `minlength`. |
|
More...
|
about 9 years ago
|
Initial commit. |
|
More...
|
about 9 years ago
|
Add doctrine dependency. |
|
More...
|
about 9 years ago
|
This is no longer a metapackage. |
|
More...
|
about 9 years ago
|
Add readme. |
|
More...
|
about 9 years ago
|
Remove reference to the database package. |
|
More...
|
about 9 years ago
|
Forgot to add the database autoload. |
|
More...
|
about 9 years ago
|
No need to have so many packages. |
|
More...
|
about 9 years ago
|
Somewhat less shitty shittyness. |
|
More...
|
about 9 years ago
|
Add `generateUrl` method to `Test` class. |
|
More...
|
about 9 years ago
|
Change how route tokens are set. |
|
More...
|
about 9 years ago
|
Move redirect response test to `Test` class. |
|
More...
|
about 9 years ago
|