Hi folks, I have to develop a file uploading system with the following requirements:
- admin can add clients and projects (multiple projects for 1 client) - clients can log in and see files that were uploaded for them (by admin) - clients can upload files into an selectable project - clients and admin can comment uploaded files - client gets email when admin uploads new file/writes new comment and vice versa As I didn't find a out-of-the-box solution I'm about to choose a php framework to help me coding this. So far, the choice is down to CakePHP Vs. CodeIgniter. I already did a tiny project in CodeIgniter and thus I know it doesn't come with an authentication system. Knowing about freak_auth as an handy external authentication library I'd still prefer having such a basic thin in the core. CakePHP on the other side doesn't seem to offer any helpers for file uploads, which CI does. As I regard authentication as way more complex than file uploading I feel like giving Cake a try, although I have to start from the scratch. Can anyone tell me if Cake's the right choice for my needs? (and maybe tell me how you manage file uploads?) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
