LIBS is a defined variable that stores the path to the cakePHP libs
directory
you can test that in your code :
<?php
debug(LIBS);
?>
See what contains
On Sat, 2009-05-02 at 02:15 -0700, kani wrote:
> what is LIBS inside cake\libs\inflector.php line 34
>
> if (!class_exists('Set')) {
> require LIBS . 'set.php';
> }
>
> infector can't open set.php
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---