I'm try this way for access my javascripts file :
--------
<?php
if(isset($javascript)):
echo ($javascript->link('prototype.js'));
echo ($javascript->link('scriptaculous.js'));
.........
endif;
?>
--------
but I got something error to include the javascript file to my CAKE,
my FireBug (Mozzila) said "unterminated.....something",
can I access my .js with another way ?
please help me to fix this error
thank's
--
View this message in context:
http://www.nabble.com/RE%3A-javascript-declarations-tp13863726p14795027.html
Sent from the CakePHP mailing list archive at Nabble.com.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---