The administrator has disabled public write access.Only logged-in/registered users are allowed to contribute to the forum.
บทความสำหรับนักพัฒนา Joomla Extensions
| # | เว็บลิงก์ | ผู้ชม |
|---|---|---|
| 1 |
การสร้าง Toolbar ในด้าน Frontend Anyone whom has used the very useful JToolbarHelper class in an administration component has probably already realised that there is nothing quite so useful for the frontend. The good news is that we can create our own very simply using the JToolbar class. |
216 |
| 2 |
การสร้างโครงสร้างเพื่อรองรับ plugin สำหรับ Component The event system in Joomla! 1.5 allows for a flexible method for components, modules and plug-ins to communicate with other plug-ins by following the Observer pattern. This pattern is most easily described as a simple communication mechanism. The basic premise is that zero or more "observers" or "listeners" register themselves with the system for a certain, known event. During a specific point in an application's lifecycle, the "communicator" (in our case a component, module or plug-in) fires the event, passing some information to all the observers. The observers can then act on the information passed to them and optionally return a result back to the communicator. |
193 |

