Welcome Guest, Not a member yet? Register   Sign In
Calling library method inside model error (with solution)
#4

Hello,

you can call methods in My library through $this->mysecondlibrary->
class Mysecondlibrary extends My library

<?php
class Blog extends CI_Controller {

public function index()
{
echo 'Hello World!';
}
}
Reply


Messages In This Thread
RE: Calling library method inside model error (with solution) - by Gurutechnolabs - 10-01-2018, 03:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB