~fusonic/chive/1.1

« back to all changes in this revision

Viewing changes to protected/components/helpers/Sql.php

  • Committer: Matthias Burtscher
  • Date: 2010-02-12 09:12:35 UTC
  • Revision ID: matthias.burtscher@fusonic.net-20100212091235-jqxrb62klx872ajc
* Updated Yii to 1.1.0
* Removed CodePress and CodeMirror
* Updated jQuery and some plugins
* Cleaned some code ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
 
3
 
/*
4
 
 * Chive - web based MySQL database management
5
 
 * Copyright (C) 2009 Fusonic GmbH
6
 
 *
7
 
 * This file is part of Chive.
8
 
 *
9
 
 * Chive is free software; you can redistribute it and/or
10
 
 * modify it under the terms of the GNU General Public
11
 
 * License as published by the Free Software Foundation; either
12
 
 * version 3 of the License, or (at your option) any later version.
13
 
 *
14
 
 * Chive is distributed in the hope that it will be useful,
15
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
 
 * General Public License for more details.
18
 
 *
19
 
 * You should have received a copy of the GNU General Public
20
 
 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
21
 
 */