On Oct 17, 2011, at 2:04 PM, Tito Garrido wrote:

> I have a function that will need to be used on at least 3 controllers... This 
> function will need to have access to the database and doesn't need a view 
> since it will just return True or False.
> 
> What is the best way to implement it? My first idea was to put this function 
> inside the model... is there a better way to do it?

Or import it from a module.

Reply via email to