Hello, I am a beginner with Codeigniter. I want to change the status of my comments in order to validate them
db connecting
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
//get site_align setting
$settings = $this->db->select("*")
->get('setting')
->row();
?>
View page
<?php if($settings->captcha_status == 'yes'){?>
topic------------------------------------------------------------
<?php } ?>