vote up 0 vote down star
1

Hello,

I need to create a website in which users login, see certain reports, customize, pay (via paypal and credit card) etc. 80% of this is similar to many websites (including stackoverflow)

Do you know of a user management code (PHP) that I can use as starting point to save time?

Drupal seems to be able to provide what I want but I want something lighter that I can change and skin easily.

flag

49% accept rate

1 Answer

vote up 2 vote down check

Drupal isn't actually so heavy, and has ready modules to do what you want (and more).

Alternatively you might build your own solution on top of CakePHP, CodeIgniter, Zend or similar framework, which include plenty of ready stuff so that you don't need to completely re-invent the wheel.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.