Example #1
0
 /**
  * Get the table prefix.
  *
  * @return string 
  * @static 
  */
 public static function getTablePrefix()
 {
     return \October\Rain\Database\Dongle::getTablePrefix();
 }