Sancar Saran wrote:
Thanks :) It was helpfull, very intersting cms design plus it gives lots of idea bout document management.

Also, I had my own cms design alredy, and it was very capable.

Probably I ask wrong question. Maybe I ask is there any standarts or examples for document management system.

For example, How can store the document elements. ?

Shall I do secondary store for document in xml format ?
What is the best possible way to store document elements to gether. (Images, Flash files, probably pdf and word docs?

For example
/category/subcat/subcat/documentTitle/document.xml
/category/subcat/subcat/documentTitle/document.xml
/category/subcat/subcat/documentTitle/document.xml
/category/subcat/subcat/documentTitle/document.xml

I'd just go for a folder based on the id of the entity.

If you want restricted/unrestricted access (ie you can't access file.doc unless you are logged in), that complicates things but it's still possible to do.

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to