tags:

views:

9

answers:

0

Hello

I saw this case in the Codeigniter Users guide where they introduced the model. I just wonder why they took values straight from the input in the model and didnt pass them as methods parameters for it..

Is it a bad practice to do it like that?

Im considering to refactor my own framework...