Welcome Guest, Not a member yet? Register   Sign In
coming in another doorway
#3

Yes, I am using Ci3. What is happening is I am using fusionAuth which is first making sure that the user is authenticated and then forwarding to the function in a controller. In the controller My function looks like this:
function MyFormEmployees()
{
$report = new MyFormUserE;
$report->run()->render();
}
This is using KoolReport. MyFormUserE is php file where I build some dataStores using sql. Koolreport does automatically create a handle to the database, but I don't know how to use it to just get two fields. That is why I was trying to go directly to the table with the CI database class. I tried using get_instance(), but that seems to cause an internal server error 500 in fusionAuth.
proof that an old dog can learn new tricks
Reply


Messages In This Thread
coming in another doorway - by richb201 - 12-02-2020, 12:48 PM
RE: coming in another doorway - by includebeer - 12-02-2020, 05:53 PM
RE: coming in another doorway - by richb201 - 12-02-2020, 07:40 PM
RE: coming in another doorway - by includebeer - 12-03-2020, 03:15 PM
RE: coming in another doorway - by richb201 - 12-06-2020, 09:48 PM
RE: coming in another doorway - by Alexander - 12-09-2020, 01:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB