|
ExtensionDeveloperStart
This tutorial is intended to be an initial reader for all extension developer.
IntroductionThe idea of this tutorial is to have a starting point for all developer who wants to create their own OntoWiki extensions. This includes basic PHP and Zend Skills as well as configuration and setup information for a developers PHP engine. Tutorials for PHP BeginnersIf you are new to PHP, please have a look at one of these tutorials:
Tutorials for Zend BeginnersIf you know PHP but not Zend, we recommend these tutorial cause it refers to the newest Zend version: PHP Configuration for DevelopersAll you need is to re-configure your OntoWiki Installation to use the debug mode. For this, add the following line to your config.ini. debug = on In addition to this, we recommend the php extension xdebug for all OntoWiki developer. xDebug provides stack traces and function traces in error messages with:
We recommend to re-configure some php runtime variables for OntoWiki. Please have a look at RecommendedPHPSettings Tutorials for OntoWiki Extension Development BeginnersAs further readings, please visit the following wiki pages: |
Sign in to add a comment