efiction_authors
Authors class is loaded in e_module and it is available then for all site, not only for efiction module (admin area too)
e_module.php
e107::getSingleton('efiction_authors', e_PLUGIN.'efiction/classes/authors.class.php'); get_authors_list()
$authors = efiction_authors::get_authors_list();get_single_author($uid = null)
$authordata = efiction_authors::get_single_author($author_uid);get_single_author_by_user($user_id = null)
$authordata = efiction_authors::get_single_author_by_user($udata['user_id']); get_user_id_by_author($user_id = null)
Last updated