akelos / dynamic-finder

Dynamic finder helper for the Akelos PHP Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic Finders Plugin (PHP5 only)
===================================

Enables magic finders like $Model->find_by_user_and_name('John', 'Smith') on your Active Record models.

If modifies your application ActiveRecord located in app/shared_model.php by adding a __call method which handles missing methods.

About

Dynamic finder helper for the Akelos PHP Framework

License:GNU Lesser General Public License v2.1


Languages

Language:PHP 100.0%