PHP Classes

File: index.php

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

Contents

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