[Wiki] changed: PopulatingYourFirstModule
Wiki Guest <[email protected]>
| Newsgroups | gmane.comp.horde.cvs |
|---|---|
| Message-ID | <[email protected]> |
guest [129.187.43.121] Tue, 17 Feb 2009 17:22:12 -0500 Modified page: http://wiki.horde.org/PopulatingYourFirstModule New Revision: 1.7 Change log: Backenddriver added @@ -72,8 +72,19 @@ The module's permissiontree which includes the logical structure of all permissions available in this module is defined in <module>/lib/api.php Further information about permissions is available at http://wiki.horde.org/Doc/Dev/PermsPackage + ++ Backenddriver + +The easiest way to learn writing a backend-Driver for managing the data your first module works with is to extend the Skeletons SQL-Driver. + +* Edit config/conf.xml: Add the databset tables you want be configurable. Attention: one databaset table with name "table" MUST exist! Example : +<code> +<configstring name="table2" desc="My Database">mymodule_table which is needed</configstring> +</code> +* go to your horde configuration, configurate your module to get your conf.php written with your new configs. +* ...to proceed + Content-Page The basic procedure to create Content-Pages is: -- To unsubscribe, mail: [email protected]