I might not be the best one to tell you how to solve the problem, but I can
already see that you have deviated from the recomended directory structure,
perhaps thats the issue:
ZendWork/
application/
controllers/
views/
scripts/
helpers/
library/
public/
This is what was recomended on the quickstart:
http://framework.zend.com/wiki/display/ZFDEV/Official+ZF+QuickStart
On Tue, Jun 24, 2008 at 8:08 AM, vinodsuthar <[EMAIL PROTECTED]>
wrote:
>
> hi to All
>
> i have started work with Zend Framework,but i am not able to get it
> properly.
> i have made my directory structure as:
> ZendWork/
> ...application/
> .......company/..controllers..model...view
> .......login/..controllers..model...view
> .......employee/..controllers..model...view
> .......config/ ..config.ini
> ...library/
> .......zend/
> ...public/
> .......style/
> .......scripts/
> ...index.php
>
> in Index.php i have configured database, n getting login module through
> front controller. after authentication i want to switch on company module,
> it's getting "Object Not Found".
> Please tell me what is i m missing.
> it's really urgent....
>
>
> Thanks
> Vinod Suthar
> --
> View this message in context:
> http://www.nabble.com/Zend-Beginner-tp18093134p18093134.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
>