CMS MADE SIMPLE FORGE

Name Type Description
ModuleMaker Module 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.
CGExtensions Module A set of addon utilities and conveniences for writing CMS Made simple modules. Primarily this module contains a new class (derived from CMSModule) to act as a base class for modules.
Site Pusher Module A module that will allow pushing an existing site onto an empty hosting account. Ideally, from a development to a production server.
DL Suite: Support Module <p>This module provides a framework for both PHP and JavaScript that allows for easier development of other modules. This framework includes support easier creation of AJAX applications, CCS processing, data encryption and decryption, form fields generation, an AJAXy and clean administrator interface for modules, CAPTCHA generation and validation, files and directories listing, AJAXy tab generation and management, MySQL (mysqli extension required) wrapper class to allow an object-oriented way to retrieving data, and a lot more.</p> <p>A complete API documentation for this module is available at:<br /> <a href="http://tiger-inc.com/cms-made-simple/dlsupport/">http://tiger-inc.com/cms-made-simple/dlsupport/</a></p>
CMS Forge Other This is the software that is running the dev forge right now. Self hosting... neat, huh?
Time Account Module When you login in the CMSms Backend, a timer counts your time that you are logged in based on the login event. When you logout, it saves the new time in the database.