Created
September 7, 2015 21:09
-
-
Save bobmagicii/accbeac44e2f7b662d7d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
public function | |
Render() { | |
if(is_array($this->Value)) | |
foreach($this->Value as &$Value) | |
$Value = $this->Database->Escape($Value); | |
// ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment