mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
page context and can be used inside any pages. However usage of _SESSION must never be used inside a library (except for function dedicated to HTML page context), and never inside object classes (we must use $this->errors, $this->mesgs or $this->warnings instead). |
||
|---|---|---|
| .. | ||
| class | ||
| stats | ||
| tpl | ||
| apercu.php | ||
| contact.php | ||
| customer.php | ||
| document.php | ||
| fiche.php | ||
| index.php | ||
| info.php | ||
| liste.php | ||
| note.php | ||
| orderstoinvoice.php | ||