Mukul Kumar
Mukul Kumar
instead string(), it should be an isset() like this: `return ltrim(isset(load_class('Router', 'core')->directory), '/').implode('/', $this->rsegments);`
I have added few tests. it returns exact number of rows in Table. ``` $query = $this->db->get($tableName); $num_rows = $query->num_rows(); ```   