The Model::__toArray() method can now accept an array of what fields to return. |
|
More...
|
almost 13 years ago
|
Added an array helper. |
|
More...
|
almost 13 years ago
|
Allow route and URL params to be accessed via the Router. |
|
More...
|
almost 13 years ago
|
Added route file extensions such as .json, .rss and .xml, more can be added to the Router::$extensions array and the routed extension can be accessed via Router::$extension |
|
More...
|
almost 13 years ago
|
Moved setting of the view file to the Controller::__construct() method. |
|
More...
|
almost 13 years ago
|
It's now possible to check if a view exists with View::exists(…) |
|
More...
|
almost 13 years ago
|
Added a __toArray() method for models that returns the models data. |
|
More...
|
almost 13 years ago
|
Tweaked the PDO_Query::where() method when passing an array. |
|
More...
|
almost 13 years ago
|
Made it easier to use multiple database connections with Database::factory() and Database::connection() |
|
More...
|
almost 13 years ago
|
Allow multiple db connections. |
|
More...
|
almost 13 years ago
|
The PDO database driver can now accept SQLite or a DSN when connecting. |
|
More...
|
almost 13 years ago
|
Controller before all filters use _before['*'] instead of _before['all'] |
|
More...
|
almost 13 years ago
|
Rewrote the Avalon::run() method and part of the router to allow for any number of namespaces in controller names. |
|
More...
|
almost 13 years ago
|
Added the _add_error($field, $message) method to the Model class. |
|
More...
|
almost 13 years ago
|
The routed method is now passed to before actions for controllers. |
|
More...
|
almost 13 years ago
|
Set proper primary_key for has_many and foreign_key for belongs_to. |
|
More...
|
almost 13 years ago
|
Docblocks for the PDO database classes. |
|
More...
|
almost 13 years ago
|
Fixed an issue with table columns and tweaked a few things. |
|
More...
|
about 13 years ago
|
Make the DB table prefix accessible via the DB_PREFIX constant. |
|
More...
|
about 13 years ago
|
Form helper fixes. |
|
More...
|
about 13 years ago
|
Form::input now makes use of the HTML::build_attributes() method. |
|
More...
|
about 13 years ago
|
Form helper tweaks. |
|
More...
|
about 13 years ago
|
Comments galore. |
|
More...
|
about 13 years ago
|
Added the link_to() function, which is a shortcut for the HTML::link() method. |
|
More...
|
about 13 years ago
|
Fixed stupid bug in the model class. |
|
More...
|
about 13 years ago
|
Don't forget the table prefix in the order by query bit. |
|
More...
|
about 13 years ago
|
Added a before save filter to the database model class. |
|
More...
|
about 13 years ago
|
Wrap column names with back ticks in the "SELECT {x} FROM" part of queries. |
|
More...
|
about 13 years ago
|
Another tweak to the Model class. |
|
More...
|
about 13 years ago
|
Fixes and tweaks to the Model and Request classes. |
|
More...
|
about 13 years ago
|