Welcome Guest, Not a member yet? Register   Sign In
Autoloading Time Library
#1

(This post was last modified: 06-30-2020, 11:08 AM by php_rocs.)

Hello, I'm new to CI4 and didn't quite understand how can I autoload and use Time library.  
codeigniter.com/user_guide/libraries/time.html

I tried to load it via BaseController with using:
Code:
use CodeIgniter\I18n\Time;

$this->time = new Time();

But it didn't work. Can someone explain? I want to autoload it and use in the views.
Reply


Messages In This Thread
Autoloading Time Library - by Philos - 06-30-2020, 10:58 AM
RE: Autoloading Time Library - by Philos - 06-30-2020, 12:15 PM
RE: Autoloading Time Library - by Philos - 07-01-2020, 09:49 AM
RE: Autoloading Time Library - by Philos - 07-02-2020, 06:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB