noalyss Version-9
|
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 More... | |
$class =($e%2==0)?'odd':'even' | |
global | $cn |
$dirscan =scandir(NOALYSS_PLUGIN) | |
global | $http |
$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.
Referenced by Package_Repository\find_plugin().
available profiles
Definition at line 57 of file cfgplugin.inc.php.
$class =($e%2==0)?'odd':'even' |
Definition at line 128 of file cfgplugin.inc.php.
Referenced by HtmlInput\button_close(), Acc_Ledger\confirm(), Follow_Up\display_children(), Anc_GrandLivre\display_html(), Anc_Listing\display_html(), Follow_Up\display_parent(), Periode_Ledger_Table\display_row(), Periode\display_row_global(), Fiche_Def\DisplayAttribut(), Acc_Ledger_History_Generic\export_accounting_html(), Acc_Ledger_History_Generic\export_oneline_html(), Anc_Operation\html_table(), Acc_Account_Ledger\HtmlTable(), Fiche\HtmlTable(), Acc_Ledger_Fin\insert(), menu_acc_plan(), noalyss_class_autoloader(), Card_Property\print(), Output_Html_Tab\print_div(), Acc_Ledger_Search\select_ledger(), and ShowReportResult().
global $cn |
Definition at line 27 of file cfgplugin.inc.php.
$dirscan =scandir(NOALYSS_PLUGIN) |
Definition at line 35 of file cfgplugin.inc.php.
global $http |
Definition at line 28 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(), Package_Repository\find_plugin(), and Extension\read_definition().
$nb_profile =count($a_profile) |
Definition at line 58 of file cfgplugin.inc.php.
if(isset($_POST['save_plugin'])) | ( | isset( $_POST[ 'save_plugin']) | ) |
Definition at line 62 of file cfgplugin.inc.php.