View Single Post
  #3 (permalink)  
Old 03-08-2008, 09:15 PM
muaz muaz is offline
Junior Member
 
Join Date: Mar 2008
Posts: 2
Default

Thanks xentek.

I did the necessary changes. My mistake was that I called $this->render before the code $this->view->albums = $album->fetchAll();. I changed the position and it now worked perfectly.

Thanks
Reply With Quote