Re: User profile views - Does something like this make sense?

2007-06-18 Thread zenx
Thank you Gábor! I will make "clear_old" a static method. thanks!!! On 18 jun, 15:27, Gábor Farkas <[EMAIL PROTECTED]> wrote: > zenx wrote: > > I want to show the user the latest users that have seen his profile. > > So everytime a logged user views another user's profile a ProfieView > > obj

Re: User profile views - Does something like this make sense?

2007-06-18 Thread Gábor Farkas
zenx wrote: > I want to show the user the latest users that have seen his profile. > So everytime a logged user views another user's profile a ProfieView > object is stored in the database (or the date is updated if the user > that is viewing the profile has already viewed it before). I know this

User profile views - Does something like this make sense?

2007-06-17 Thread zenx
I want to show the user the latest users that have seen his profile. So everytime a logged user views another user's profile a ProfieView object is stored in the database (or the date is updated if the user that is viewing the profile has already viewed it before). I know this can make the databas