Welcome Guest, Not a member yet? Register   Sign In
Trying to pass a variable from one query to another
#1

[eluser]Unknown[/eluser]
i am trying to convert my site over to CI and i cant figure out how to change my query were i would normally put
$query = ("SELECT * tabler WHERE id = ".$otherquery['tablename']." )
to CI's way of coding, any help would be greatly appreciated.
#2

[eluser]Damien K.[/eluser]
The user guide explains this pretty well. You may want to RTFM.
http://ellislab.com/codeigniter/user-gui...index.html
#3

[eluser]Unknown[/eluser]
Thank you very much i am reading it now, if you could help me or point me in the right direction for something else that would be awsome. i have a paige set up where i have

Date -------
Movie trailers and clips associated with that date ----

Next Date ---
Movie trailers and clips associated with that date ---

Normally with regular php i would just run to while loops to have it print out all the dates and than any movie trailers and clips assoucited with this date than go to the next date and so on.

how would i go about doing this with code-igniter. loops inside of loops seem to not work.




Theme © iAndrew 2016 - Forum software by © MyBB