This is a collection of many small examples that demonstrate the functionality in QCubed. Later examples tend to build upon functionality or concepts that are discussed in prior ones, which allows the Examples site to be viewed as a quasi-tutorial. However, you should still feel free to check out any of the examples as you wish.
The Examples are broken into three main parts: the Code Generator, the QForm and QControl Library, and Other QCubed Functionality.
* Some of the examples (marked with a "*") use the Examples Site Database. This database (which consists of six tables and some preloaded sample data) is included in the Examples Site directories. See Basic CodeGen > About the Database for more information.
Beyond the Code Generator and the Qform Library, QCubed also many other modules and features that is useful for web application developers.
11. MetaControls, Meta DataGrids, and the Drafts - Combining the Code Generator with the QForm Library
- QForm and CodeGen, a Winning Combination to RAD
- * Introduction to MetaControls
- * Introduction to Meta DataGrids
- * Introduction to the Drafts
12. Beyond HTML - Other libraries in QCubed, including support for Email and RSS
- Introduction to QEmailServer
- * Introduction to QRssFeed
- Introduction to parsing with QLexer and QRegex
- Introduction to QCryptography
- Introduction to QI18n (Internationalization)
- Advanced Internationalization techniques
- * Introduction to QSoapService
- * Measuring Performance using QTimer
13. Other Tidbits - Other random examples, samples and tutorials
- * Security: Preventing Cross-Site Scripting
- * Optimistic Locking and QForms
- Attribute Overriding
- Specifying a Template Filepath
- Single File QForms
- Working with FormState Handlers
- PHP Print Command Shortcuts
- Includes outside of the __DOCROOT__ for Security and Shared Installs
14. Plugin System - Infrastructure that lets the community extend QCubed