PHP Classes

Joomla Template Creator: Create Joomla CMS template extensions

Recommend this page to a friend!
  Info   View files Example   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 35 This week: 1All time: 10,934 This week: 560Up
Version License PHP version Categories
jtemplatecreator 1.0.0GNU General Publi...5PHP 5, Content management, Code Gener...
Description 

Author

This package can create Joomla CMS template extensions.

It can output a form to take parameters to create a new Joomla template extension, like the system name, title, creation date, version, description, author, author email, author URL, copyright, and license.

The package generates several files necessary to create a new Joomla template extension using the values entered by the user in the form.

The package packs the generated files in a ZIP archive with a name entered by the user in the form.

Innovation Award
PHP Programming Innovation award nominee
July 2022
Number 8
Joomla is a popular PHP content management system many sites use to publish helpful content.

Developers can extend Joomla with additional modules that provide other functionality.

One of the types of modules that Joomla supports is template extensions that developers can install to change how a Joomla-based site appears to the users.

This package generates the files for creating Joomla template extension modules.

This way, Joomla extension developers can get started faster when they want to create new template modules.

Manuel Lemos
Picture of Max Stemplevski
  Performance   Level  
Name: Max Stemplevski <contact>
Classes: 12 packages by
Country: Belarus Belarus
Age: 35
All time rank: 19438 in Belarus Belarus
Week rank: 416 Up1 in Belarus Belarus Up
Innovation award
Innovation award
Nominee: 5x

Example

<?php
require_once('JTemplateCreator.class.php');
 
$new_template = new JTemplateCreator();
 
$new_template->run();
?>


Details

JTemplateCreator


  Files folder image Files  
File Role Description
Plain text file JTemplateCreator.class.php Class Class source
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file run.php Example Example script

 Version Control Unique User Downloads Download Rankings  
 100%
Total:35
This week:1
All time:10,934
This week:560Up