Module Development

Version 3 (Jeremy Bush, 12/14/2009 09:40 pm)

1 1
h1. Module Development
2 1
3 1
Creating your own modules for Argentum is relatively easy. Because Argentum is written using the Kohana PHP framework, you can use all Kohana resources.
4 1
5 3 Jeremy Bush
Some examples of Modules would be custom invoice templates or customized functionality such as a Work Order or project Quoting system.
6 3 Jeremy Bush
7 1
Use the following resources for guidance:
8 1
9 1
* [[Argentum Events]]
10 2 Jeremy Bush
* "Kohana Docs":http://docs.kohanaphp.com
11 1
* [[Module Installers]]