hey all,
I'm building a CMS and need to give FCK the ability to build links to items in a DB, not to actual files on the server. Right now I'm considering rewriting GetFoldersAndFiles() in connectors/commands.asp to build the list from the DB rather than the filesystem object. All i need, in the end, is it to grab the ID number of each structure item and append it to a standard link: display.asp?page=X
Suggestions? am i going in the right direction?
Thanks!
-dave
I'm building a CMS and need to give FCK the ability to build links to items in a DB, not to actual files on the server. Right now I'm considering rewriting GetFoldersAndFiles() in connectors/commands.asp to build the list from the DB rather than the filesystem object. All i need, in the end, is it to grab the ID number of each structure item and append it to a standard link: display.asp?page=X
Suggestions? am i going in the right direction?
Thanks!
-dave
RE: Pull 'files' list from a DB?
You also have to reimplement the GetFiles() method.
Anyway that's the only way to do it at the moment
Simone