The Joomla! Extensions Directory ™

kraquen

Reviews(1)
 
bykraquen, September 26, 2007
1 of 1 people found this review helpful
PHP by FWD
Excellent module. Makes large customizations very easy.

Only downside is that joomla php objects are not available, that I know of. Such as my->name;
Owner's reply

Joomla modules run inside a function (mosLoadModules). So just as you need to declare any globals with the "global" keyword in a regular module, you need to also do this in mod_php. That way you can use any Joomla Objects/Globals.