-- Simon Mundy <[EMAIL PROTECTED]> wrote
(on Thursday, 15 November 2007, 09:48 PM +1100):
> Wouldn't it be VideokeyController.php - I think the controller name is only
> capitalised for the first letter.

Not true. You *can* have CamelCasedController names, but have to provide
a word separator in the url ('-' or '.'). So, to get to
VideoKeyController, you would go to /video-key or /video.key.

Not sure what's going on on BSD, though; somebody with that OS will have
to reply

>     I meant VideoKeyController.php
> 
>     On 15/11/2007, at 9:31 PM, Dan Rossi wrote:
> 
> 
>         Our freebsd has some wierd case issues, a controller named 
> VideoKey.php
>         and VideoKeyController for instance cannot be found, but
>         VideoController will.
> 
> 
> 
>         Any ideas ?

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to