Component Not Found - Joomla! Forum - community, help and support
dear sir,
i new joomla component developer,kindly guide me when have create frontend page in joomla 1.5 envirerment , run show component not found message . pls how solve error.
my code
<?
defined( '_jexec') or die( 'restricted access' );
class hello_html{
function show($city) {
echo'<div class="componentheading"> hello, '.$city.'! </div>'
}
}
thanks
regards
zohair
i new joomla component developer,kindly guide me when have create frontend page in joomla 1.5 envirerment , run show component not found message . pls how solve error.
my code
<?
defined( '_jexec') or die( 'restricted access' );
class hello_html{
function show($city) {
echo'<div class="componentheading"> hello, '.$city.'! </div>'
}
}
thanks
regards
zohair
Comments
Post a Comment