| 12345678910111213141516171819202122 |
- <?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.
- */
- /**
- * OceanBase类。
- * OceanBase driver.
- *
- * @package framework
- */
- class oceanbase extends dao
- {
- }
|