Results 1 to 3 of 3

Thread: looking for sample sites with PHP code in MVC architecture using Zend Framework

  1. #1
    ikhalid is offline Junior Member
    Join Date
    May 2007
    Posts
    3

    Default looking for sample sites with PHP code in MVC architecture using Zend Framework

    hi

    if anybody please tell me where can i find "PHP sample sites" build in (MVC)Model View Architecture using Zend framework.
    Sample sites should be in MVC (Model View Controller) architecture.
    I have already visited "www.devzone.zend.com"....it shows sample projects only with Zend framework but not in MVC.....please anybody tell me where to go

    Thanks.

  2. #2
    albeva is offline Junior Member
    Join Date
    May 2007
    Posts
    26

    Default

    I looked for the same thing, but it seems that there is really nothing right now. One thing being Zend still in Beta. However I've been thinking that I might contribute a simple cms + front-end application to help things get started. No promises when... Right now I am in the process of building and designing a new CMS system for the company I work for and it's being based entirely on ZF.

    So when I get time I'll try and put together something.

  3. #3
    ikhalid is offline Junior Member
    Join Date
    May 2007
    Posts
    3

    Default

    Thanks,
    Ya i can understand. BTW i have got Zend framework release version recently. Can u please help me out with the problem given below(so kind of u if u read and provide some soln for that)

    i am trying to run a sample project named "brotherjonathan" from "http://devzone.zend.com/node/view/id/2060". After all settings (from readme.txt) when i type the URL(http://localhost/brotherjonathan)....it takes me back to the url "http://localhost" and do nothing except for the text (It Works) displayed on the explorer page.
    I see error nowhere....Why my index.php (the one under /htdocs) not working???? I am almost newbie in this type of architecture.

    Here is the current directory structure of the sample project.

    /htdocs
    index.php
    /brotherjonathan
    /controllers
    IndexController.php
    ViewController.php
    /models
    /views
    /library
    /config, /docs, /install, /images, /css, /&tc

    Thank & Regads
    Last edited by ikhalid; 06-04-2007 at 07:16 AM.

Similar Threads

  1. My sites on zend framework
    By yura in forum Your own projects
    Replies: 7
    Last Post: 09-28-2010, 09:18 AM
  2. ZFSnippets.com - Zend Framework Code Snippets
    By atstsolutions in forum Your own projects
    Replies: 2
    Last Post: 06-15-2010, 03:51 PM
  3. Controllers and Zend Framework Architecture
    By Matt1776 in forum Concepts, Ideas, Planning
    Replies: 2
    Last Post: 03-12-2010, 05:52 PM
  4. ZF+Dojo tutorials/sample code
    By mo_mughrabi in forum General Q&A on Zend Framework
    Replies: 7
    Last Post: 06-23-2009, 09:49 PM
  5. Unable to run sample project (using MVC+Zend Framework+Apache)
    By ikhalid in forum Core Infrastructure
    Replies: 2
    Last Post: 06-07-2007, 11:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •