Kiril, I made sure that filenames and classnames have the same case.
The problem is that the file is autoloaded only in index actions - and
the same file is not autoloaded in any others.

On 14 нояб, 22:21, "Kiril Angov" <[EMAIL PROTECTED]> wrote:
> Make sure you are using the right name for your file myClass.class.php
> and MyClass.class.php are different on a case sensitive sistem and I
> think that is your problem. PHP classes and functions are not case
> sensitive (as far as I know) and if one time you call your class
> $something = new myClass() and another time $something =  new
> MyClass(), these differ for the autoloading.
>
> Kiril
>
> On Wed, Nov 12, 2008 at 9:47 PM, [EMAIL PROTECTED]
>
> <[EMAIL PROTECTED]> wrote:
>
> > This path is relative to the site root.
> > I use symfony 1.1 by the way.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to