Skip to content
hertsch edited this page Aug 6, 2013 · 25 revisions

The Hello World Extension show you in a few steps how to create kitCommands for the usage within any WYSIWYG section or a Template of the parent Content Management System.

Hello World!

This tutorial expect that you have

and want now to create and use your own kitCommands.

MyExtension

The first thing you need, is your own extension for the kitFramework. You can name it as you want, in this tutorial we name it MyExtension.

Use a FTP program to create a the directory for your extension:

/kit2/extension/thirdparty/thirdParty/MyExtension

Please always remember, that file and directory names at a web server are always case sensitive, so thirdparty is not the same as thirdParty.

Use a Editor to create the PHP file bootstrap.include.php which contain only the PHP tag:

<?php

save the file and copy it into the /MyExtension directory.

That's all, now let's start with the first example.