<?php class DBRawString { public $str = ''; function __construct($str) { $this->str = $str; } }