[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 32/34: DEV - TEST : new file to see local var
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 32/34: DEV - TEST : new file to see local variables |
Date: |
Wed, 17 Jan 2024 12:54:09 -0500 (EST) |
sparkyx pushed a commit to branch devel
in repository noalyss.
commit b698a8a584cbe254a78ceba0dce0fa7dedc1265c
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Jan 16 14:28:33 2024 +0100
DEV - TEST : new file to see local variables
---
include/template/show-all-variable.php | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/include/template/show-all-variable.php
b/include/template/show-all-variable.php
new file mode 100644
index 000000000..545151ea7
--- /dev/null
+++ b/include/template/show-all-variable.php
@@ -0,0 +1,12 @@
+<?php
+/**
+ * @file
+ * @brief to be included , show all the variables, only for development
purpopse
+ *
+ */
+
+if (DEBUGNOALYSS <= 1 ) return;
+
+$variable = get_defined_vars();
+
+echo \Noalyss\Dbg::hidden_info("All variables", $variable);
\ No newline at end of file
- [Noalyss-commit] [noalyss] branch devel updated (ead8d5f23 -> edc0a3f23), dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 02/34: FIX : default to use https, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 07/34: PRINTGL Main Ledger (GL) improve performance and code prepare the SQL , better filter for accounting, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 06/34: Improve DatabaseCore : fetch_all, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 05/34: Improve DBG , add stopwatch : timer_start and timer_show, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 04/34: FIX : when taken from git NOALYSS_VERSION is undefined, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 19/34: Merge branch 'devel-ods' into devel, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 23/34: Bug Fiche Option, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 32/34: DEV - TEST : new file to see local variables,
dwm <=
- [Noalyss-commit] [noalyss] 21/34: Task #0002327: Balance : indiqué si le solde est correct débit / crédit, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 11/34: Task 0002128: Clôture comptabilité française, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 13/34: Acc OD : cosmetic, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 17/34: Get empty upgrade.sql, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 01/34: FIX : when taken from git NOALYSS_VERSION is undefined, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 18/34: Bug #0002322: Impression Suivi, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 08/34: OPTION_CARD : Correct options for FollowUp, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 16/34: Task 2128 : Ouverture et cloture toujours visible, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 20/34: Merge branch 'devel-andromeda' into devel, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 28/34: Task 0002128: Clôture comptabilité française Réécriture op. ouverture et cloture, dwm, 2024/01/17