Trying to set up i5 with Framework
Hi
I am trying to set up the Framework on a System i5 and have a lot of problems?
Here is my directory structure
/www
/website
/Application
/controllers
/views
/models
/htdocs
/images
/scripts
/styles
/library
/Zend
/tmp
I am trying to run a sample project which is described on the IBM site but is using windows as the server.
First problem is being able to set the root directories correctly
when setting the controller directory I have to put the full path in which is /www/website/Application/controllers. I have to do that for all the directory paths as far as I can tell? When setting up the indexView I also have to set the path as /www/website/Application/views. What I would like to do is be able to set the base directory and build up from that? The index.php is sitting in /www/website/htdocs so I tried reference the controllers using ../Application/controllers and it doesnt work? I have also set the paths /www/website/library and /www/website/application in the php.ini file hoping this would allow the refrencing to work but it doesnt?
The next problem was being able to set up the connection to the DB2 database. I get no feedback into the debugger to point me to the problems so I hope someone can help me from here?
Chris...
|