-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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.
This tutorial expect that you have
- already installed the kitFramework,
- read the kitFramework Wiki,
- installed the Hello World Extension
and want now to create and use your own kitCommands.
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.
- If you spot a typo or want to contribute an article, a how-to or a tip, please feel free to edit the Wiki directly
- If you you have any question or suggestion, please contact the phpManufaktur Support Group
© 2013 by phpManufaktur, kitFramework & kfHelloWorld are published under MIT license.