Hi,
Passing the model to control in a more abstract level seems to be a good idea. Didn´t thought about that :|
This will obligate models to have same public methods (interface), (findAll(), findOne()... )
I guess this will work even javascript does not have a interface type (like in Java).
Thanks a lot for your suggestion.
Cheers,
Linton