Tuesday, 20 August 2013

how to run multiple sql queries in cakephp

how to run multiple sql queries in cakephp

i am try to create dynamic menu. so i have to to run multiple sql queries.
i am trying a lot. i do this using normal php code.
"> "; while($fetch2=mysql_fetch_array($query2)){?>
"> "; while($fetch3=mysql_fetch_array($query3)){?>
">
"; } echo ""; } echo "
"; } echo ""; } echo ""; ?> but i cann't do this using cakephp. so please
help me how we can do this using cakephp. i can create the dynamic menu
using cakephp. i am using cakephp first time..

No comments:

Post a Comment