Server IP : 103.118.17.23 / Your IP : 216.73.216.188 Web Server : Microsoft-IIS/10.0 System : Windows NT RESELLERPLESK22 10.0 build 20348 (Windows Server 2016) AMD64 User : IWAM_plesk(default) ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/vhosts/mesa.org.in/httpdocs/assets/_core/php/examples/other/ |
Upload File : |
<?php require_once('../qcubed.inc.php'); ?> <?php require('../includes/header.inc.php'); ?> <div id="instructions"> <h1>Integrating QForms and the Code Generator</h1> <p>When you code generate your objects, QCubed will actually provide a starting point for this integration in the generated <strong>Drafts</strong>. These generated scripts are definitely <i>drafts</i> or starting points from which you can create more elaborate, useful and functional <strong>QForms</strong> or <strong>QPanels</strong> for your application.</p> <p>At a high level, this concept is very similar to the <strong>scaffolding</strong> which is provided by many other frameworks. But note that because of the object-oriented approach of the <strong>MetaControls</strong> and <strong>Meta DataGrids</strong>, these <strong>Drafts</strong> can offer much more power and functionality over <strong>scaffolding</strong>.</p> <p>It is difficult to show this in a one-page example, so if you would like to see this in action, we recommend that you check out the introductory <strong><a href="http://qcu.be/files/screencasts/qcubed_ui_intro/qcubed_ui_intro.html" class="bodyLink">Screencast on Code Generation</a></strong>.</p> </div> <div id="demoZone"> To view one of the generated <strong>Form Drafts</strong>, please click here to view the <strong><a href="<?php _p(__VIRTUAL_DIRECTORY__ . __FORM_DRAFTS__); ?>/person_list.php" class="bodyLink">Person List</a></strong> page (available only if you are running examples locally). </div> <?php require('../includes/footer.inc.php'); ?>