Dynamic Finder

Enables magic finders like

$Model->find_by_user_and_name('John', 'Smith');

on your Active Record models.

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

Installation

    ./script/plugin install dynamic_finder