Example #1
0
	public function
	save() {
		if (!$this->id) {
			return $this->create();
		}
		return parent::save();
	}