Automatic installation of plugins and activation. More...
Go to the source code of this file.
Variables | |
| $a_plugin = array() | |
| $a_profile = $cn->get_array('select p_id,p_name from profile where p_id > 0 order by p_name') | |
| available profiles | |
| $class = ($e%2==0)?'odd':'even' | |
| global | $cn |
| $dirscan = scandir('../include/ext/') | |
| $nb_dirscan = count($dirscan) | |
| for($e=0;$e<$nb_dirscan;$e++) | $nb_plugin = count($a_plugin) |
| $nb_profile = count($a_profile) | |
| if (isset($_POST['save_plugin'])) | |
Automatic installation of plugins and activation.
Definition in file cfgplugin.inc.php.
| $a_plugin = array() |
Definition at line 37 of file cfgplugin.inc.php.
available profiles
Definition at line 57 of file cfgplugin.inc.php.
| $class = ($e%2==0)?'odd':'even' |
Definition at line 114 of file cfgplugin.inc.php.
Referenced by Acc_Ledger\confirm(), Periode\display_form_periode(), Anc_Listing\display_html(), Anc_GrandLivre\display_html(), Fiche_Def\DisplayAttribut(), Anc_Operation\html_table(), Acc_Account_Ledger\HtmlTable(), Fiche\HtmlTable(), Acc_Ledger_Fin\insert(), menu_acc_plan(), HtmlInput\select_ledger(), ShowItem(), and ShowReportResult().
| global $cn |
Definition at line 28 of file cfgplugin.inc.php.
| $dirscan = scandir('../include/ext/') |
Definition at line 35 of file cfgplugin.inc.php.
| $nb_dirscan = count($dirscan) |
Definition at line 36 of file cfgplugin.inc.php.
| for ($e=0;$e<$nb_dirscan;$e++) $nb_plugin = count($a_plugin) |
Definition at line 52 of file cfgplugin.inc.php.
Referenced by Extension\check_xml(), and Extension\read_definition().
| $nb_profile = count($a_profile) |
Definition at line 58 of file cfgplugin.inc.php.
| if(isset($_POST['save_plugin'])) |
Definition at line 62 of file cfgplugin.inc.php.