Exemplo n.º 1
0
 /**
  * 
  */
 public static function onBackendStart()
 {
 	Atomik_Backend::addMenu('model', 'Models', 'db/models', array(), 'right');
 	
 	// shared helpers should be accessible from all backend plugins
 	Atomik::add('atomik/dirs/helpers', dirname(__FILE__) . '/backend/helpers/shared');
 }