Since ExtJs is a JavaScript framework (and not some PHP plugin in a
regular sense) I would recommend to keep extjs under /app/webroot/js/
ext-3.0 ... it needs to be publicly available via the webserver and I
think you can't access vendors like that.
For me the setup is like this
<link rel="stylesheet" type="text/css" href="<?php echo $this-
>webroot;?>js/ext-3.0.0/resources/css/ext-all.css" />
<?php
echo $javascript->link('ext-3.0.0/adapter/ext/ext-base');
echo $javascript->link('ext-3.0.0/ext-all-debug');
?>
So you keep the ext-all.css file where the framework expects it to
be ... that way you get around hacking all the paths
wirtsi
On 15 Sep., 07:21, womble <[email protected]> wrote:
> Should add, this is all inside a .ctp file (it will be the GUI with
> Ajax calls when its finished).
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---