mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
add phpDoc comment
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10825 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d7b7a2e531
commit
cfe9df9cde
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
* @author NHN (developers@xpressengine.com)
|
||||
* @package /classes/db
|
||||
* @version 0.1
|
||||
**/
|
||||
*/
|
||||
class DBMysql extends DB {
|
||||
|
||||
/**
|
||||
|
|
@ -39,7 +39,7 @@ class DBMysql extends DB {
|
|||
/**
|
||||
* Constructor
|
||||
* @return void
|
||||
**/
|
||||
*/
|
||||
function DBMysql() {
|
||||
$this->_setDBInfo();
|
||||
$this->_connect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue