Phprad Classic -

Configure file fields in project:

// classes/clsPosts.php public function CustomMethod() phprad classic

* templates/posts_list.tpl * extends file="master.tpl" block name="content" <div class="container-fluid"> <h1>$Page->Title</h1> Configure file fields in project: // classes/clsPosts

// pages/posts_add.php public function OnBeforeSave() // Log the insertion $this-&gt

$sql = "SELECT * FROM posts WHERE views > :min_views"; return $this->ExecuteSQL($sql, array('min_views' => 100));

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

chmod 777 templates_c/ # Clear compiled templates rm -rf templates_c/* Solution: Verify credentials and PDO driver