<?php class MixedCaseMonkey extends Mad_Model_Base { protected function _initialize() { $this->setPrimaryKey('monkeyID'); } }