06-22-2017, 05:27 PM 
		
	
	
		Let's talk about  as well. Variables with results are now cleaned before every query so I can do this:
instead of:
https://pastebin.com/Jp2EbDTw (line 50)
	
	
	
	
Code:
results(true)Code:
$array = $db->query($sql,$input)->results(true);instead of:
Code:
$array = !$db->query($sql,$input)->error() ? $db->results(true) : [];https://pastebin.com/Jp2EbDTw (line 50)
