QuickerSite Blog

Here is a summary of what you will find in the new documentation:

Getting Started and Core Architecture
The guide kicks off with an Introduction to custom development and dives deep into the Architecture & request flow. The most critical section for custom development is The constant / CustomFunction engine, which explains how to safely embed VBScript into page content using shortcodes. You will also learn about the Globals available to your code, giving you instant access to the fully-loaded page context without extra boilerplate.

Class Reference and Toolbox
For those writing complex logic, the Most-used classes section is invaluable. It covers everything from the fundamental cls_page and cls_database objects to cls_form and cls_customer. Along with this, you will find comprehensive lists of Helper functions and Constants available in your toolbox to speed up daily tasks.

Data Model and Custom Code
Understanding the backend is crucial. The Database overview covers tenant-scoping conventions, tables by area, and key relationships. To get you started quickly, we have included numerous Custom-code examples demonstrating everything from simple parameter handling to querying the database, working with page objects, and handling login-aware output.

The Prompt Builder
Finally, be sure to check out the new Prompt builder! This dedicated tool lets you generate a compact, highly accurate specification for AI coding agents. It embeds all the strict engine rules automatically, ensuring that whatever the agent produces can be dropped straight into the backsite and run perfectly.

Check out the full developer documentation today and start building powerful, customized solutions natively inside QuickerSite!