Welcome Guest, Not a member yet? Register   Sign In
Strange error in custom library
#3

[eluser]Razican[/eluser]
I have changed that into this:
Code:
var $file            = 'data/online_users.tmp';
    var $data;
    var $ip;

    function Online_users()
    {
        $this->file        = APPATH.$this->file;

But it tells me this:
Code:
Use of undefined constant APPATH - assumed 'APPATH'

How can I use that constant into my library?


Messages In This Thread
Strange error in custom library - by El Forum - 11-28-2010, 07:15 AM
Strange error in custom library - by El Forum - 11-28-2010, 10:18 AM
Strange error in custom library - by El Forum - 11-28-2010, 11:01 AM
Strange error in custom library - by El Forum - 11-28-2010, 11:47 AM
Strange error in custom library - by El Forum - 11-28-2010, 11:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB