mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 16:57:54 +02:00
Updated CodeCorner1 (markdown)
@ -122,7 +122,7 @@ We provided only the starting ```<?php``` tag, to avoid problems with trailing b
|
|||||||
|
|
||||||
You have now created your first application within eGroupware.
|
You have now created your first application within eGroupware.
|
||||||
Unleash the ```_debug_array($GLOBALS['egw_info'])``` and you will get info thrown at you, that you did not really want to have in the first place. A lot.
|
Unleash the ```_debug_array($GLOBALS['egw_info'])``` and you will get info thrown at you, that you did not really want to have in the first place. A lot.
|
||||||
```_debug_array($userinfo')``` informs you about your loginid your sessionid and so on (after we stripped some of the info, that may or may not confuse you at this time).
|
```_debug_array($userinfo)``` informs you about your loginid your sessionid and so on (after we stripped some of the info, that may or may not confuse you at this time).
|
||||||
***
|
***
|
||||||
```php
|
```php
|
||||||
Array
|
Array
|
||||||
|
Reference in New Issue
Block a user