Example #1
0
 /**
  * Method to retrieve a table object
  *
  * @since	4.0
  * @access	public
  * @param	string	The name of the table
  * @return	Table
  */
 public static function table($name)
 {
     require_once JPATH_ADMINISTRATOR . '/components/com_easyblog/tables/table.php';
     $table = EasyBlogTable::getInstance($name);
     return $table;
 }