[Joomla!] dailymessage component

Daily Message Component Tutorial for Joomla 1.5

This tutorial is designed to help you build a complete component with a backend and frontend. After reading the tutorial, you should understand how some of the core classes and functions work so that you can use them in your own components. A full, ready to install copy of the component can be downloaded here. This tutorial is designed for Joomla 1.5; a version for 1.0 can be found here.

Different people will understand the functionality of Joomla components in different ways. Developers with significant previous PHP experience may wish to start with dailymessage.php (the file generating the frontend display) and admin.dailymessage.php (generates the backend display). Others will want to start with the XML document which maps out every code source, image, and SQL query.

dailymessage.php

When you click on a link to the Daily Message component from the frontend, the file dailymessage.php in the /components/com_dailymessage folder is executed. You can add any valid PHP code you wish from here, but there are some security measures you should take even if you are not going to be using Joomla!'s libraries.

and read more !!!! here for full article

source: http://www.jlleblanc.com/index2.php?option=com_content&do_pdf=1&id=47

---

mathhoang

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...