Hi,
Scriptcase is mindblowing for backend development. I am very happy with it for far. Currently, the
application I am developing also has a front-end, and I would like to use some of Scriptcase’s functionalities.
Here is how my current project is setup.
/project/admin
/project/index.php
Basically the admin folder is where the Scriptcase applications (deployment) are hosted. And the index.php file is the
custom front-end. In the front-end I want to be able to to:
- Reference the database config file so I can connect to the database and perform queries.
- Get the actual uploaded file name. For example, when you upload a file via Scriptcase, the file name is changed
to sc_#####_originalname.doc. But on the database it is still recorded as originalname.doc. So, I want to be able to
reference the actual file path/name. How do I do that?
Any ideas?