PHP Classes

File: test/out-php

Recommend this page to a friend!
  Classes of Nikos M.   Grammar Template   test/out-php   Download  
File: test/out-php
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Grammar Template
Template engine in PHP and other languages
Author: By
Last change:
Date: 3 years ago
Size: 652 bytes
 

Contents

Class file image Download
GrammarTemplate.VERSION = 3.0.0 input template: SELECT <column.select>[, <*column.select>] FROM <table.from>[, <*table.from>][ WHERE (<?required.where>) AND (<?condition.where>)][ WHERE <?required.where><?!condition.where>][ WHERE <?!required.where><?condition.where>][ GROUP BY <?group>[, <*group>]][ HAVING (<?required.having>) AND (<?condition.having>)][ HAVING <?required.having><?!condition.having>][ HAVING <?!required.having><?condition.having>][ ORDER BY <?order>[, <*order>]][ LIMIT <offset|0>, <?count>] output: SELECT field1, field2, field3, field4 FROM tbl1, tbl2 WHERE field1=1 AND field2=2 HAVING field3=1 OR field4=2 LIMIT 0, 5