PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Max Stemplevski   Joomla Component Creator   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Joomla Component Creator
Generate the files for a Joomla component
Author: By
Last change: Update of index.php
Date: 8 months ago
Size: 117 bytes
 

Contents

Class file image Download
<?php
require_once('JComponentCreator.class.php');
 
$new_component = new JComponentCreator();
 
$new_component->run();