Welcome Guest, Not a member yet? Register   Sign In
CI and Macromedia Flash
#1

[eluser]Unknown[/eluser]
Hi everybody!

I'm creating a simple application using CI and a frontend Flash interface.

It's an order control system, with a combobox for orders list.
When the user selects an order, the system requests a php url with the order id which returns the order details.

The problem is if I update the order, and a new url php request is made, it seems CI sends the same data as before, not the uploaded data.

I've tried using $this->db->cache_on() and $this->db->cache_delete_all() before the query but it didn't work.

Furthermore, I didn't find too much information about Flash/CI development!

Thanks in advance,
Italo




Theme © iAndrew 2016 - Forum software by © MyBB