Welcome Guest, Not a member yet? Register   Sign In
Access Codeigniter functions from external script
#1

[eluser]drkameleon[/eluser]
Hi guys! I'm new to CI, so this question may sound silly, but anyway...

So, here's my situation :

- I have a complete app set up with CodeIgniter.
- I'm initiating a background task, running a PHP script.

My question :

- How could I use CodeIgniter function/object (e.g.
Code:
$this->db
or
Code:
$CI->db
- doesn't matter) from that external PHP script?

Basically, what I mainly want to do now is access the db.

----

Idea : Could a workaround, like include 'index.php'; at the top of the script do the trick?


Messages In This Thread
Access Codeigniter functions from external script - by El Forum - 07-31-2012, 01:01 AM
Access Codeigniter functions from external script - by El Forum - 07-31-2012, 01:07 AM
Access Codeigniter functions from external script - by El Forum - 07-31-2012, 01:14 AM
Access Codeigniter functions from external script - by El Forum - 07-31-2012, 01:30 AM
Access Codeigniter functions from external script - by El Forum - 07-31-2012, 03:59 AM
Access Codeigniter functions from external script - by El Forum - 07-31-2012, 04:25 AM
Access Codeigniter functions from external script - by El Forum - 07-31-2012, 04:27 AM
Access Codeigniter functions from external script - by El Forum - 07-31-2012, 04:34 AM
Access Codeigniter functions from external script - by El Forum - 07-31-2012, 06:20 AM
Access Codeigniter functions from external script - by El Forum - 07-31-2012, 06:24 AM
Access Codeigniter functions from external script - by El Forum - 07-31-2012, 07:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB