我有兩個表:產品與ID,名稱,價格和品牌領域和品牌與ID,名稱,網址字段。我想從這兩個表中選擇兩個字段。 我無法定義列和定義別名。 的productTable ...
public function fetchAll()
{
$select = new Select;
$select->from($this->table);
$select->join('bra
特定的現有專欄中,我想在我的用戶表,以增加現有列具有動態atttribute(榮譽點數) function updateUserKarmaPoints($karmapoints,$userid){
$userkarmaptsarr = array('karmapoints' => new Zend_Db_Expr('karmapoints')+$karmapoints);
$t