Skip to content

Instantly share code, notes, and snippets.

@bobmagicii
Created September 7, 2015 21:09
Show Gist options
  • Save bobmagicii/accbeac44e2f7b662d7d to your computer and use it in GitHub Desktop.
Save bobmagicii/accbeac44e2f7b662d7d to your computer and use it in GitHub Desktop.
<?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