0
I Use This!
Inactive

Commits : Listings

Analyzed 13 days ago. based on code collected 15 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The Model::__toArray() method can now accept an array of what fields to return.
n
as Jack Polgar
More... almost 13 years ago
Added an array helper.
n
as Jack Polgar
More... almost 13 years ago
Allow route and URL params to be accessed via the Router.
n
as Jack Polgar
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
n
as Jack Polgar
More... almost 13 years ago
Moved setting of the view file to the Controller::__construct() method.
n
as Jack Polgar
More... almost 13 years ago
It's now possible to check if a view exists with View::exists(…)
n
as Jack Polgar
More... almost 13 years ago
Added a __toArray() method for models that returns the models data.
n
as Jack Polgar
More... almost 13 years ago
Tweaked the PDO_Query::where() method when passing an array.
n
as Jack Polgar
More... almost 13 years ago
Made it easier to use multiple database connections with Database::factory() and Database::connection()
n
as Jack Polgar
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.
n
as Jack Polgar
More... almost 13 years ago
Controller before all filters use _before['*'] instead of _before['all']
n
as Jack Polgar
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.
n
as Jack Polgar
More... almost 13 years ago
Added the _add_error($field, $message) method to the Model class.
n
as Jack Polgar
More... almost 13 years ago
The routed method is now passed to before actions for controllers.
n
as Jack Polgar
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.
n
as Jack Polgar
More... almost 13 years ago
Fixed an issue with table columns and tweaked a few things.
n
as Jack Polgar
More... about 13 years ago
Make the DB table prefix accessible via the DB_PREFIX constant.
n
as Jack Polgar
More... about 13 years ago
Form helper fixes.
n
as Jack Polgar
More... about 13 years ago
Form::input now makes use of the HTML::build_attributes() method.
n
as Jack Polgar
More... about 13 years ago
Form helper tweaks.
n
as Jack Polgar
More... about 13 years ago
Comments galore.
n
as Jack Polgar
More... about 13 years ago
Added the link_to() function, which is a shortcut for the HTML::link() method.
n
as Jack Polgar
More... about 13 years ago
Fixed stupid bug in the model class.
n
as Jack Polgar
More... about 13 years ago
Don't forget the table prefix in the order by query bit.
n
as Jack Polgar
More... about 13 years ago
Added a before save filter to the database model class.
n
as Jack Polgar
More... about 13 years ago
Wrap column names with back ticks in the "SELECT {x} FROM" part of queries.
n
as Jack Polgar
More... about 13 years ago
Another tweak to the Model class.
n
as Jack Polgar
More... about 13 years ago
Fixes and tweaks to the Model and Request classes.
n
as Jack Polgar
More... about 13 years ago