Returns the field marked as primary key for current table.
Since 1.0
mixed getPrimaryKey ()
Returns either the field name or false if not set.
Example:
$this->APP->model->getPrimaryKey();