Sunday, May 20, 2012
Managed Web Hosting by Liquid Web
Just Joomla! JCode Conversions

Codes for Updating Joomla! 1.0 Extensions to Joomla! 1.5

There are 141 entries in this glossary.
Search for glossary terms (regular expression allowed)
Begins with Contains Exact term Sounds like
All A C D F G H M P S T
Term Definition
API -direct access check-
Usage in Joomla! 1.0
defined('_VALID_MOS') or die;
Usage in Joomla! 1.5
defined('_JEXEC') or die;
API -translating text-
Usage in Joomla! 1.0
<?php echo _COMMENTS_TITLE;?>
Usage in Joomla! 1.5
<?php echo JText::_('Comments_Title');?>
Array -AdminMenus-
Usage in Joomla! 1.0
mosAdminMenus::ReadImages($imagePath, $folderPath, $folders, $images)
Usage in Joomla! 1.5
No direct replacement.

return by folder/images in folder

Glossary 2.7 uses technologies including PHP and SQL