User Tools

Site Tools


fsm:install_fsm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
fsm:install_fsm [2007/12/22 14:45] – external edit 127.0.0.1fsm:install_fsm [2016/08/07 10:20] – [Installing OSInet FSM] fgm
Line 4: Line 4:
     * PHP 5.x     * PHP 5.x
     * Compatible with PHP-GTK 2     * Compatible with PHP-GTK 2
-  * Obtain the current source (contact support@osinet.fr)+  * Obtain the current source from http://code.osinet.fr/fgm/php__phplib
   * Create a misc.php as described below   * Create a misc.php as described below
   * That's all   * That's all
Line 13: Line 13:
 By default, u_fsm.php needs the function func_name() to be defined in an included file called misc.php . This is because, until some refactoring is done, misc.php is part of OSInet Office 5, which is unpublished proprietary code. A sample implementation of func_name() is: By default, u_fsm.php needs the function func_name() to be defined in an included file called misc.php . This is because, until some refactoring is done, misc.php is part of OSInet Office 5, which is unpublished proprietary code. A sample implementation of func_name() is:
  
-<php>+<code php>
 /** /**
  * returns the name of the invoking function/method  * returns the name of the invoking function/method
Line 28: Line 28:
   return $func;   return $func;
   }   }
-</php>+</code>
  
 Just paste this in a misc.php file of your own and you can use the FSM. Just paste this in a misc.php file of your own and you can use the FSM.
 +
  
fsm/install_fsm.txt · Last modified: 2020/11/23 17:23 by 127.0.0.1