[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 // include galaxia's configuration tailored to egroupware 3 require_once ('engine/config.egw.inc.php'); 4 5 require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'API' . SEP . 'Instance.php'); 6 require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'common' . SEP . 'WfSecurity.php'); 7 require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'ProcessManager' . SEP . 'ActivityManager.php'); 8 9 class workflow_instance extends Instance 10 { 11 function workflow_Instance() 12 { 13 parent::Instance($GLOBALS['egw']->ADOdb); 14 } 15 } 16 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |