23 lines
461 B
PHP
23 lines
461 B
PHP
<?php
|
|
/**
|
|
* ZenTaoPHP的dao和sql类。
|
|
* The dao and sql class file of ZenTaoPHP framework.
|
|
*
|
|
* The author disclaims copyright to this source code. In place of
|
|
* a legal notice, here is a blessing:
|
|
*
|
|
* May you do good and not evil.
|
|
* May you find forgiveness for yourself and forgive others.
|
|
* May you share freely, never taking more than you give.
|
|
*/
|
|
|
|
/**
|
|
* MySQL类。
|
|
* MySQL driver.
|
|
*
|
|
* @package framework
|
|
*/
|
|
class mysql extends dao
|
|
{
|
|
}
|