Welcome Guest, Not a member yet? Register   Sign In
I'm Exhausted - Give me a hand here!
#5

[eluser]developer10[/eluser]
[quote author="taewoo" date="1215658928"]I suggest you watch the codeigniter tutorials... these are really really basic questions.
You need to pass the variables from your controller to your model. Just like you would in regular, non-MVC php app.

Code:
$this->load->model('your_model');
$result = $this->your_model->get($category, $city, $letter, $page);
[/quote]

you're right, im on it

i thought models can only pass, not be passed anything. i imagined models being on one side, views on the other and controllers being as links and providers between them.. didn't know data can be passed in the opposite direction

well, back to basics


Messages In This Thread
I'm Exhausted - Give me a hand here! - by El Forum - 07-09-2008, 03:43 PM
I'm Exhausted - Give me a hand here! - by El Forum - 07-09-2008, 03:47 PM
I'm Exhausted - Give me a hand here! - by El Forum - 07-09-2008, 03:57 PM
I'm Exhausted - Give me a hand here! - by El Forum - 07-09-2008, 04:02 PM
I'm Exhausted - Give me a hand here! - by El Forum - 07-09-2008, 05:11 PM
I'm Exhausted - Give me a hand here! - by El Forum - 07-09-2008, 07:02 PM
I'm Exhausted - Give me a hand here! - by El Forum - 07-09-2008, 11:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB