~coughphp/coughphp/2.0

« back to all changes in this revision

Viewing changes to as_query/As_InsertQuery.class.php

  • Committer: Anthony Bush
  • Date: 2008-08-23 03:35:08 UTC
  • mfrom: (262.1.18 coughphp-release-1.3)
  • Revision ID: anthony@anthonybush.com-20080823033508-uy4yn5pmio6wcetv
Accept release-1.3 branch changes into trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
 
 
3
/**
 
4
 * Insert specific query
 
5
 *
 
6
 * @package as_query
 
7
 * @author Anthony Bush
 
8
 **/
3
9
class As_InsertQuery extends As_Query
4
10
{
5
11
        protected $tableName = '';