A QCodo powered CMS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
477 B

<template OverwriteFlag="true" DocrootFlag="false" DirectorySuffix="" TargetDirectory="<%= __DATAGEN_CLASSES__ %>" TargetFileName="_type_class_paths.inc.php"/>
<?php
<% foreach ($objTableArray as $objTable) { %>
// ClassPaths for the <%= $objTable->ClassName %> type class
<% if (__DATA_CLASSES__) { %>
QApplicationBase::$ClassFile['<%= strtolower($objTable->ClassName) %>'] = __DATA_CLASSES__ . '/<%= $objTable->ClassName %>.class.php';
<% } %>
<% } %>
?>