-- Matthew Ishii <[EMAIL PROTECTED]> wrote
(on Tuesday, 24 June 2008, 09:24 AM -0700):
> 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

Actually, he's using the more advanced "Conventional Modular" directory
structure.

More reply to the OP below...

> 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.

Unfortunately, I don't understand what you mean by "switch on company
module" -- you want to redirect to a controller and action in that
module? or restrict access to that module to only authenticated users?
or?

Where are you getting "object not found"? what PHP code is resulting in
that? Unfortunately, you've left not nearly enough details to start
debugging this issue.


-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to