I need to write a component that have a per profile page where the user can add articles,
and i dont know if I need to create a new table for users, articles, user_articles, or use the native joomla tables??
and if yes how can I override the methods JFactory::getUser(); - and others...
and if yes will i have to create own methods to save sessions, or use the native $user->is_guest() ???, i am confused about that.