Visit the Joomla! 1.5 demo site to see my extensions live running




/ 0
I am currently in the process of moving all my open source project (7!) in CVS Head to the latest Joomla API 1.1.X. I've tried to summarize in the following table some conversion rules
| In Joomla 1.0.X | has to be converted in Joomla 1.1.X | Where | |
| mosMenuBar::startTable(); | JMenuBar::startTable(); | PHP code | |
| defined('_VALID_MOS') or die('Direct Access to this location is not allowed.'); | defined( '_JEXEC' ) or die( 'Restricted access' ); | PHP code | |
| require_once( $mainframe->getPath( 'toolbar_html' ) ); | require_once( JApplicationHelper::getPath( 'toolbar_html' ) ); | PHP code | |
| <?xml version="1.0" encoding="iso-8859-1"?> <mosinstall type="component" version="1.0.0"> .... | <?xml version="1.0" encoding="iso-8859-1"?> <install type="component" version="1.0.0"> .... | Installer XML file | |
| More to come... | |||
Some links which may help also Help You:
{mosgoogle}
Privacy Statement | Copyright Notice | Licenses
1999-2011 Cedric Walter - All Rights Reserved

