Internet download manager

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.com: 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.com: Autos
  • ¿Sabes hacer un test drive?

    photo Si ya decidiste comprar o hacer un lease de un auto nuevo en el 2009, asegúrate de tener toda la información antes de firmar.


  • Ford Shelby GT 500 2010

    photoEl Ford Shelby GT500 2010 llega con más potencia y funcionalidad, acompañadas de un diseño mucho más musculoso y distintivo.


  • ¿Cómo se construyó el Evora?

    photoEl Lotus Evora 2010 necesitó de diversas pruebas de diseño para brindarle la imagen moderna y dinámica que posee.


  • Bentley Continental GTC Speed

    photo El Bentley GTC Speed 2009 es un convertible de 600 caballos de fuerza con un diseño que es la máxima expresión de elegancia.


  • El 2008 fue un abismo de ventas

    photoLas ventas de autos nuevos en Estados Unidos se derrumbaron a su nivel más bajo en décadas durante 2008.


Copyright © 2009 Internet download manager. All Rights Reserved.
Joomla! is Free Software released under the GNU/GPL License.