<?php class TaweQueryBase { protected $aweQuery; function __construct() { $this->aweQuery = new TaweSqlQuery(); } } ?>