|
@@ -1,13 +1,17 @@
|
|
|
<?php
|
|
|
|
|
|
*
|
|
|
- * This version relies on OSInet FSM >= 1.5
|
|
|
+ * Base application class for an application able to perform background work
|
|
|
+ * based on an OSInet Finite_State_Machine (fsm).
|
|
|
+ *
|
|
|
+ * This version relies on OSInet FSM >= 1.6
|
|
|
*
|
|
|
* @copyright (c) 2007 OSI
|
|
|
* @license Licensed under the CeCILL 2.0
|
|
|
- * @version CVS: $Id: Background_Application.php,v 1.1 2007-05-08 21:48:13 marand Exp $
|
|
|
- * @link http:
|
|
|
+ * @version CVS: $Id: Background_Application.php,v 1.2 2007-06-03 21:23:11 marand Exp $
|
|
|
+ * @link http:
|
|
|
* @since Not applicable yet
|
|
|
+ * @package fsm
|
|
|
*/
|
|
|
|
|
|
error_reporting(E_ALL|E_STRICT);
|