PHP files can be used as external javascript files. Basically make a php file output valid javascript and use that php file as your javascript file: http://www.javascriptkit.com/javatutors/externalphp.shtml . Can this be done with cakephp since we don't specify php files in the browser but rather a directory based on controllers and their actions?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Sure, as long as you output valid JS, id does not matter what the URL looks like and what is behind that URL. |
|||
|
|
|
When you link a javascript file with
all that happens is that a tag is created in the HTML
So, you can link whatever you'd like. |
|||||||||||
|
|
Late answer, but anyway, this is how I did it.
|
||||
|
|