If there is a case like this,
There is A, B role in web forum. Role A can only see 1,2,3. Role B can only see 4,5,6.
Is that is called bussiness logic? And where should I put that, in model, view or in controller?
If there is a case like this,
There is A, B role in web forum. Role A can only see 1,2,3. Role B can only see 4,5,6.
Is that is called bussiness logic? And where should I put that, in model, view or in controller?
… or Filter
ok thanks, I’ll read that