Hi there-
Is there a tutorial on best practices for dealing with external files and assets?
What I need help with:
I’m making a specific project management system.
-
There’s a few static PDF files (help manuals for this and that) which need to be accessible. I don’t want to have to keep them on a different server. In what folder should these be stored? I want deployment to be easy.
And, how would they be accessed inside the code? Like, if there’s a documents folder or something, is there a path variable I can use that will always point there? -
What about Java assets, or other files/assets?
-
Sometimes I want to run an external PHP script, but I want to keep it within the Scriptcase system for easy deployment. I know there’s “blank”, but sometimes I want a script to run outside scriptcase. (Ex: setting specific content headers). Is there a place for such PHP files?
Thanks!