Is it possible to run an external PHP script without needing to convert it into a plugin or using a controller?
My external code is only one file “index.php” which generates HTML code with PHP.
Can’t I use it without modifying it on CakePHP 2.0?
What I want is to access to it like if it were a view, just like if I upload it on a normal site.
You can upload the external php file in the webroot folder of the cakephp