mirror of
				https://e.coding.net/circlecloud/McAccount.git
				synced 2025-11-03 17:56:24 +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