Hi,
You add this feature… the developers will practically flock all over Scriptcase. Here is how I see it working:
The current Folders menu is really for organizing only the Scriptcase Applications. This is perfect and I love it. However, since I am a pro developer I like to add my own custom scripts and pages. Right now what I have to do is generate the script and manually copy over my own custom PHP/Javascript files etc… It will be nice if Scriptcase allowed us to include third party PHP, JavaScript or any kind of files as part of the project. And upon compilation or deployment, it also copied over those files maintaining the directory structure.
So, here is a hypothetical structure:
Folders
All applications
My applications
Recents
root
Folders
- Folder_Grid
Misc
- Menu_Application
Tasks
- Tasks Form
custom
- index.php
- js/functions.js
- lib/superawesome.php
Say we deploy the project on http://myserver.com. I should be able to access my custom files by visiting http://myserver.com/custom/index.php
:)… make my day!!