Welcome Guest, Not a member yet? Register   Sign In
CI Objects and arrays - aaghh!
#4

[eluser]Simian Studios[/eluser]
[quote author="Loquela" date="1277931804"]
Do you mean:
Code:
function insert_file($data['upload_data'])
[/quote]

Not quite.. in the controller:

Code:
$this->files_model->insert_file($data['upload_data']);

And then make sure in the model that you are referencing the correct variable. E.g.

Code:
function insert_file($data)
{    
    $this->db->insert('als_files', array('file_filename' => $data['orig_name']));
}


Messages In This Thread
CI Objects and arrays - aaghh! - by El Forum - 06-30-2010, 08:50 AM
CI Objects and arrays - aaghh! - by El Forum - 06-30-2010, 09:41 AM
CI Objects and arrays - aaghh! - by El Forum - 06-30-2010, 10:03 AM
CI Objects and arrays - aaghh! - by El Forum - 06-30-2010, 10:11 AM
CI Objects and arrays - aaghh! - by El Forum - 06-30-2010, 10:13 AM
CI Objects and arrays - aaghh! - by El Forum - 07-01-2010, 02:17 AM
CI Objects and arrays - aaghh! - by El Forum - 07-01-2010, 03:04 AM
CI Objects and arrays - aaghh! - by El Forum - 07-01-2010, 04:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB