Lodius2000 Posted February 20, 2009 Share Posted February 20, 2009 ... for me I started here: http://framework.zend.com/docs/quickstart/introduction and I got to the page titled Create an Action Controller & View and created the quick index.phtml file <? // application/views/scripts/index/index.phtml ?> <h1 align="center"> Hello, Zend Framework MVC! </h1> I copy pasted every bit of code, double checked that it is all in the right place, and when I point my browser to where I have the public directory, I get nothin. any ideas Thanks Quote Link to comment https://forums.phpfreaks.com/topic/146187-zend-framework-tutorial-on-their-own-site-doesnt-work/ Share on other sites More sharing options...
corbin Posted February 21, 2009 Share Posted February 21, 2009 I could be wrong, but chances are you did something wrong. If the tutorial were wrong, someone would have noticed by now and fixed it. Was it edited recently? If not, I would double check your code. Quote Link to comment https://forums.phpfreaks.com/topic/146187-zend-framework-tutorial-on-their-own-site-doesnt-work/#findComment-767613 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.