Help in starting a new CMSMS module

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
rcpinheiro

Help in starting a new CMSMS module

Post by rcpinheiro »

Hi!
I have to develop a CMSMS module for a project and searched to no avail for the last 30 minutes for the API documentation or some stub code to jumpstart my module.
The closest I got to some module info was in this page - http://www.cmsmadesimple.org/115.shtml (alas, it's empty!)

Sure, I can "borrow" code from others but that's not a good system, imho.
So, pls, can anyone point to where I can get some info to create my super-duper module? Thanks in advance!
alby

Re: Help in starting a new CMSMS module

Post by alby »

rcpinheiro wrote: I have to develop a CMSMS module for a project and searched to no avail for the last 30 minutes for the API documentation or some stub code to jumpstart my module.
Try with Skeleton
It doesn't really do anything, other than provide a nice, commented starting point for creating your own modules.

and ModuleMaker
This is a simple Wizard for generating module stubs. It uses the Skeleton module, asks the admin a bunch of questions, and generates the basic file structure for a module.

Download SVN version.
Alby
Post Reply

Return to “Developers Discussion”