Example:
I need to manage users in a website,'manage' means: register and allow them to send comments.
user registration will use: username
, email
, password
and user_id
comments will have: date
, link
, text
and user_id
Now, I have several projects with similar structure - give or take a table/field or two..
I hate writing it all again and again, but using cakePHP/ ZEND / Symfony seems like an overkill and lots of work anyway.
Any thoughts? ideas? tips?