Special functions in codeigniter

Special functions in codeigniter

Base Url

echo base_url('lessons/comment_form.php');
// https://learn.wellenzi.com/lessons/comment_form.php

 

 

Leave a Reply