Custom CMS/Project Manager system, need help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
WithHisStripes
Forum Contributor
Posts: 131
Joined: Tue Sep 13, 2005 7:48 pm

Custom CMS/Project Manager system, need help

Post by WithHisStripes »

Heya,
So I am building a CMS/Project Manager system (similar to Basecamp) and I need some help accomplishing a few things.

1. On the administrator side, I want my administrator to be able to create a new account and in doing so accomplish two things:
a. create a username and password
b. dynamically duplicate the client side template for each new account
2. On the client side, I want the client to be able to do three things but keep the data visible only in their account.
a. send messages in the AJAX MySQL driven chat room
b. upload files to their 'account'
c. view files that have been uploaded to their account

So... the problem I'm basically having, is that I know how to create all these things, but I don't know how to duplicate them dynamically and duplicate them in a way that the data for each 'account' is available only to the user that is supposed to see it logs in.

Does any of this make sense??

I know this may sound really complicated, I'm having a hard time articulating it so feel free to ask away! Thanks!
Post Reply