<footer class="re-footer-section">
<?php
$rest = $this->db->where('id','1')->get('site_settings')->row();
?>
Note: if you have contact page and you want to show the data other page in contect page then you use upper code then your data show in all pages
<?php
$rest = $this->db->where('id','1')->get('site_settings')->row();
?>
Note: if you have contact page and you want to show the data other page in contect page then you use upper code then your data show in all pages
0 comments:
Post a Comment
Thanks