Hello Jon,

On 30 Jan 2004 at 10:57, Jon Shoberg wrote:

>   Might anyone be able to recomend a PHP based (or Java/Perl/Python) based 
> document management system?
> 
>   I'm looking to being a LARGE collection of PDF documetns online. The 
> focus of this application isn't necessarily publishing articles but 
> equally managing files and assiciating certain informaiton.
> 
>   Looking at PHP-nuke and the like it didn't quite fit the bill. Any 
> suggestions?

I developed a file library application a while ago for my previous employer and it's 
been 
in use for a couple of years now, so it's pretty stable. It uses a MySQL backend and 
stores all files in the database, which I thought was brilliant at the time but now 
know 
not to be the best solution if the use is intensive.

At the time I was getting started on OOP, so the code is not the most elegant 
(sometimes far from it), but it works. If you want, you can have the code for free (I 
retained the rights over it). You'll probably need to edit a few things here and there 
to 
suit your specific needs, but it may save you a lot of time.

Cheers,

Erik

P.S. If you need to e-mail me privately about this, include the list's e-mail address 
in the 
FROM field of your message, or else it'll be automatically expunged by my spam filters.

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

Reply via email to