Welcome Guest, Not a member yet? Register   Sign In
Beginner Problem
#2

[eluser]marjune[/eluser]
first of all from your view youre going to post it in your controller
like this for example

$entry = $this->input->post(‘entry’);
$data = $this->input->post(‘data’);

$this->news_model->insert_blog($entry, $data);

and in the model

public function insert_blog($entry, $data) {

$this->load->database();
//do insert

}


Messages In This Thread
Beginner Problem - by El Forum - 07-03-2012, 12:50 PM
Beginner Problem - by El Forum - 07-03-2012, 11:52 PM
Beginner Problem - by El Forum - 07-04-2012, 12:11 AM
Beginner Problem - by El Forum - 07-04-2012, 07:42 AM
Beginner Problem - by El Forum - 07-09-2012, 10:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB