Joseph L. LeBlanc
homeportfoliojoomlabiocontactblog
articles
guides
tutorials
all
forum
Subscribe in NewsGator Online

Learning Joomla! for the first time? Buy the Joomla! 1.5 Essential training CD-ROM or watch it on Lynda.com.

 

Welcome to Joseph LeBlanc's Joomla resources. First time visitors will find the Daily Message Component Tutorial to be helpful. (Daily Message for Joomla 1.0 is also available, as well as many other tutorials based around it). In addition to the tutorials, there are articles covering conceptual topics, such as the oft-asked question "What is the difference between a component and a module?" To receive alerts for new tutorials and articles, choose a newsfeed at the right appropriate for your newsreader.

PDF Print E-mail

 

install.dailymessage.php

uninstall.dailymessage.php

 

The install.dailymessage.php and uninstall.dailymessage.php files provide a place to output additional messages when the component is installed and uninstalled. Daily Message does not have any such additional output.

 

install.dailymessage.php:

<?php

function com_install() {

}

?>

 

 

uninstall.dailymessage.php:

<?

function com_uninstall() {

}

?>