Exemplo n.º 1
0
 /**
  * instance frontend_controller_plugins with singleton
  */
 public static function layerPlugins()
 {
     if (!isset(self::$layerPlugins)) {
         self::$layerPlugins = new magixcjquery_magixdb_layer();
     }
     return self::$layerPlugins;
 }
Exemplo n.º 2
0
 /**
  * Vérifie si les tables du plugin sont installé
  * @access protected
  * return integer
  */
 protected function c_show_table()
 {
     $table = 'mc_plugins_blocklink';
     return frontend_db_plugins::layerPlugins()->showTable($table);
 }