Get data from mysql_fetch_object using mvc architecture

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
harishreddy
Forum Newbie
Posts: 5
Joined: Sun Mar 08, 2009 12:22 am

Get data from mysql_fetch_object using mvc architecture

Post by harishreddy »

hi friends iam new in php

i faced one problemi.e how can i get dat from mysql_fetch_object in mvc aritecture

i.e i call a method in models from views, it returns object ,in that i have multiple records

how can i retrive all those records

any body knows please give solution or suitable link
Post Reply