I’m struggling to get started with this… where does the class file go in the CI directory structure? And then how do I access the functions in the class from my controller?
// All data // This will check my email, but not ip // This will make my account status 3 (administrator on my settings) echo $this->userlib->register( "Xikeon", "mypass", "xikeon@gmail.com", 3, TRUE, FALSE );
sorry, I don’t realy understand what the “TRUE, FALSE” use for???