Motor Show F16 falcon เครื่องบิน F16 เครื่องบินรบ รูปเครื่องบิน เรื่อง เครื่องบิน

Packaging PDF Print E-mail
  
Monday, 07 July 2008 11:14
Packaging  The Component Setup File
ต้องกำหนด รูปแบบไฟล์ ติดตั้งในรูป XML
ดังตัวอย่าง
<?xml version="1.0" ?>
<mosinstall type="component" version="1.0">
  <name>My Joomla component</name>
  <creationDate>15/09/2005</creationDate>
  <author>Joomla</author>
  <copyright>(C) 2005 Open Source Matters. All rights reserved.</copyright>
  <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
  <authorEmail> This e-mail address is being protected from spambots. You need JavaScript enabled to view it </authorEmail>
  <authorUrl>help.joomla.org</authorUrl>
  <version>1.1</version>
  <description>This is a brief description of the component</description>
  <files>
    <filename>mycomponent.php</filename>
    <filename>mycomponent.html.php</filename>
    <filename>images/approve.png</filename>
  </files>
  <install>
    <queries>
      <query id="1"># create a table</query>
      <query id="2"># populate new table</query>
    </queries>
  </install>
  <uninstall>
    <queries>
      <query id="1"># delete the table</query>
    </queries>
  </uninstall>
  <installfile>install.mycomponent.php</installfile>
  <uninstallfile>uninstall.mycomponent.php</uninstallfile>
  <administration>
    <menu>My component</menu>
      <submenu>
        <menu act="sub1">Sub menu 1</menu>
        <menu act="sub2">Sub menu 2</menu>
      </submenu>
    <files>
      <filename>admin.mycomponent.php</filename>
      <filename>admin.mycomponent.html.php</filename>
      <filename>toolbar.mycomponent.php</filename>
      <filename>toolbar.mycomponent.html.php</filename>
    </files>
    <images>
      <filename>administrator/images/approve.png</filename>
      </images>
  </administration>
</mosinstall>

<filename> เราจะใส่ลงไปเท่าไรก็ได้
ระหว่าง <queries> เป็นคำสั่ง SQL ใช้สร้าง ตารางข้อมูล และ ข้อมูลเบื้องต้น และ <query> เราจะใส่ กี่ id ก็ได้ โดย id ต้องไม่ ซ้ำกัน
ถ้ามี ข้อมูล อยู่ในรูปแบบ
html ต้องอยู่ใน <![CDATA[ in front and ]]>
เช่น
<query><![CDATA[ INSERT INTO #__mytable VALUES
   (1, '<P>HTML tags in queries</P><br><a href="http://www.mysite.com">My Site</a>');]]>
</query>
 

Autos Motor

Univision: Autos
Autos nuevos y usados, fotos, videos y precios incluyendo el Kelley Blue Book de todos los Modelos 2008 como: BMW, Mercedes Benz, Jaguar, Ford, Chevrolet, Mazda, Volkswagen, Nissan, Toyota y muchas marcas mas.
Univision: Autos
Copyright © 2010 Motor Show F16 falcon เครื่องบิน F16 เครื่องบินรบ รูปเครื่องบิน เรื่อง เครื่องบิน. All Rights Reserved.
Joomla! is Free Software released under the GNU/GPL License.