Thread: How to do it?
View Single Post
  #1 (permalink)  
Old 05-27-2008, 09:38 AM
itanium7000 itanium7000 is offline
Junior Member
 
Join Date: May 2008
Posts: 6
Default How to do it?

Hi everyone,
I want to create a simple site using Zend Framework, my site layout like below:


App directory structure:

application
- controllers
-- IndexController.php
- models
-- Category.php
- view
-- scripts
--- index.phtml
--- footer.phtml
--- showCat.phtml
- public
-- .htaccess
-- index.php

and already exist a database with news table.
I don't know how to fetch database to display on showCategory.phtml for that! Please help me...! Thanks a lot!
---------
Sory my english!

Last edited by itanium7000 : 05-27-2008 at 09:47 AM.
Reply With Quote