A PHP Error was encountered
Severity: 4096
Message: Object of class CI_DB_mysql_result could not be converted to string
Filename: libraries/Parser.php
Line Number: 101
the code id
<?php foreach($query->result() as $rows): ?>
<?php echo $rows->title; ?>
<?php endforeach; ?>
Any solution.