db.xml for single page
Permalink
How can one add a database table for a single page? I want to send out email from the module and when the mail is sent, I want it to record when the mail was sent out and then to produce a list of all the mail sent out reflecting the date the mail was sent.
simple package structure can be
myPackage/controller/myPage.php
myPackage/single_pages/myPage.php
myPackage/db.xml
myPackage/controller.php
the controller in the package root simply contains install information
more details are available here
http://www.concrete5.org/documentation/developers/system/packages...
hope this helps
-nat