PHP Classes

File: Patterns/xml.tmpl

Recommend this page to a friend!
  Classes of Max Stemplevski   Joomla Component Creator   Patterns/xml.tmpl   Download  
File: Patterns/xml.tmpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Joomla Component Creator
Generate the files for a Joomla component
Author: By
Last change: Update of Patterns/xml.tmpl
Date: 2 months ago
Size: 1,403 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?> <extension type="component" version="1.6.0" method="upgrade"> <name>{SYSTEM_COMPONENT_NAME}</name> <creationDate>{CREATION_DATE}</creationDate> <author>{AUTHOR_NAME}</author> <authorEmail>{AUTHOR_EMAIL}</authorEmail> <authorUrl>{AUTHOR_URL}</authorUrl> <copyright>{COPYRIGHT} [Generated by SMT JGenerator]</copyright> <license>{LICENSE}</license> <version>{VERSION}</version> <description>{DESCRIPTION}</description> <scriptfile>script.php</scriptfile> <files folder="site"> <filename>index.html</filename> <folder>views</folder> <filename>{COMPONENT_NAME}.php</filename> <filename>controller.php</filename> </files> <administration> <files folder="admin"> <filename>index.html</filename> <filename>{COMPONENT_NAME}.php</filename> <filename>controller.php</filename> <folder>controllers</folder> <folder>models</folder> <folder>views</folder> </files> <menu link="option={SYSTEM_COMPONENT_NAME}">{SYSTEM_COMPONENT_NAME}</menu> <languages> <language tag="en-GB">languages/en-GB.{SYSTEM_COMPONENT_NAME}.ini</language> <language tag="en-GB">languages/en-GB.{SYSTEM_COMPONENT_NAME}.sys.ini</language> </languages> </administration> </extension>