SpliceIt! Plugins
SpliceIt! plugins are normal CakePHP plugins with some special features and rules.
Differences between CakePHP plugins and SpliceIt! Plugins
- CakePHP require an own [plugin]_app_controller.php and [plugin]_app_model.php for all plugins - SpliceIt! doesn't (but you can use them Todo)
- All SpliceIt! plugins can be soft-hacked. That means you can overwrite single functions of any plugin you wish without having to hack the plugin yourself. See Plugin-Hacks
Creating a new SpliceIt! Plugin
In order to create a new SpliceIt! plugin you have to create a new folder my_plugin (Name this whatever your plugin should be named) inside of app/plugins. This folder should contain 4 new folders like this:
- app/plugins/my_plugin/apis
- app/plugins/my_plugin/controllers
- app/plugins/my_plugin/models
- app/plugins/my_plugin/views
What do I do next?
So, now that you've created your new plugin you want to add controllers, models, views and maybe apis to it. Check out those Links for more information about how they are working in SpliceIt!
Or read about some other features of SpliceIt!:
SpliceIt!-Documenation v0.1 ALPHA (generated on 28.03.2006)