MVC : calling helper class from Controller instead of via Model - bad practice?

ONERBEUROSY

New Member
In my Controller I have a line like this: \[code\] $this->set('uid', Project::returnProjectUid($queryString));\[/code\]Is this bad practice? Should I ALWAYS pass it to the Model which then calls this helper class or this an acceptable practice?Thanks.
 
Back
Top