Phprad Classic Guide

// Log the insertion $this->LogActivity("New post created: " . $this->title);

// Test connection script try $pdo = new PDO("mysql:host=localhost;dbname=test", "user", "pass"); echo "Connected successfully"; catch(PDOException $e) echo "Error: " . $e->getMessage(); phprad classic

if (!$this->category_data) $this->category_data = Category::Find($this->category_id); return $this->category_data; // Log the insertion $this-&gt

return true; Modify class files: