4cc41287689c8: Difference between revisions
From Joomla! Documentation
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
<source lang="php"> | <source lang="php"> | ||
<?php | <?php | ||
/* | |||
This program is for adding in Jumi module | |||
It will show the cooperative account of login user | |||
which store in CSV file on the server | |||
*/ | |||
defined('_JEXEC') OR die("Restricted access"); | defined('_JEXEC') OR die("Restricted access"); | ||
$user =& JFactory::getUser(); | $user =& JFactory::getUser(); | ||
Revision as of 11:21, 24 October 2010
Example
Jeeradate 06:03, 24 October 2010 (CDT) Edit comment