PHP Classes

Joomla Template Creator: Create Joomla CMS template extensions

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 36 All time: 10,974 This week: 63Up
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: 36
All time rank: 19428 in Belarus Belarus
Week rank: 187 Up3 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 (4)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:36
This week:0
All time:10,974
This week:63Up