mirror of
https://e.coding.net/circlecloud/McAccount.git
synced 2025-09-06 07:37:40 +00:00
init project...
This commit is contained in:
12
Model/current_model.php
Normal file
12
Model/current_model.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
class current_model extends AmysqlModel {
|
||||
function money_current($user) {
|
||||
$sql = "SELECT *
|
||||
FROM `iconomy`
|
||||
WHERE `username` = '" . $user . "'
|
||||
LIMIT 0 , 75";
|
||||
return $this->_all ( $sql );
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user