Welcome Guest, Not a member yet? Register   Sign In
How do I get access to the DB-object outside CI?
#3

[eluser]Phil Sturgeon[/eluser]
DB is not available in pre_conroller and post_controller_constructor is too late. This is why I have been banging on about mid_controller_constructor.

To get the same effect as my crazy hook point you can use MY_Controller.php constructor to log this.

Other than that, you will NOT have much joy trying to run the DB class early, and will need to include the db config and use native MySQL functions.


Messages In This Thread
How do I get access to the DB-object outside CI? - by El Forum - 11-02-2009, 08:47 AM
How do I get access to the DB-object outside CI? - by El Forum - 11-02-2009, 09:10 AM
How do I get access to the DB-object outside CI? - by El Forum - 11-02-2009, 10:06 AM
How do I get access to the DB-object outside CI? - by El Forum - 11-02-2009, 10:30 AM
How do I get access to the DB-object outside CI? - by El Forum - 11-02-2009, 03:16 PM
How do I get access to the DB-object outside CI? - by El Forum - 11-02-2009, 03:55 PM
How do I get access to the DB-object outside CI? - by El Forum - 11-03-2009, 03:38 AM
How do I get access to the DB-object outside CI? - by El Forum - 11-03-2009, 03:56 AM
How do I get access to the DB-object outside CI? - by El Forum - 11-03-2009, 04:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB