data['Post']); // If we have 0 posts left, delete the thread! if ($count == 0) { $this->delete(); return false; } else { $this->data['Thread']['post_count'] = $count; if ($add) { $this->data['Thread']['date_modified'] = date('Y/m/d h:i:s'); } $this->save($this->data); return true; } } }