Welcome Guest, Not a member yet? Register   Sign In
modifying data in an array of result_array
#1

[eluser]Rodrigo Berlinck[/eluser]
Hello everybody,
I am not able to change the data in a result array, I need to use the strip_tags.

I'm doing the following:
Code:
$exemple_query = $this->db->query("SELECT * FROM MYDB" );


        $data = array(

            'exemple_name' => $example_query->result_array

        );

    

        $this->parser->parse('includes/template',$data);

I need to use the function in the title, but how do I change the variable inside the array and then use the load> parser?


thanks


Messages In This Thread
modifying data in an array of result_array - by El Forum - 06-26-2010, 11:11 AM
modifying data in an array of result_array - by El Forum - 06-26-2010, 05:25 PM
modifying data in an array of result_array - by El Forum - 06-28-2010, 04:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB