<P>First let me explain that i've been looking into PHP for last 2 weeks. Someone suggested i work with a framework and CakePHP has some good following amongst PHP developers.</P>
As i explained i m new to the PHP and jumped into cakePHP without second thought.
At first i was really amazed how simple cakePHP made my life to develope any simple app. Obviusly i tried out the Blog example..
But then i started to work on real life application where i want to fetch records from two different tables.
Lets just say i want to display records of Students and their personal Information from two different tables.
I also want to give students an option to choose their course for next semester by fetching the records of available details from Course table.
How the hell can i access all these three tables and display the data on single page.
Plz plz plz help me if u can....       :confus ed:
Thank you in advance!!!!!   
|