Welcome Guest, Not a member yet? Register   Sign In
PHP4: Call to a member function on a non-object
#4

[eluser]Unknown[/eluser]
On PHP5 it works fine.

The model:

Code:
<?php
class Selecty_model extends Model {

    function Selecty_model()
        {
            parent::Model();
        }

    function isVyrobce($vyrobce){
            $CI =& get_instance();
....
....
....

I really don't know... :-(


Messages In This Thread
PHP4: Call to a member function on a non-object - by El Forum - 05-15-2008, 01:14 PM
PHP4: Call to a member function on a non-object - by El Forum - 05-15-2008, 01:18 PM
PHP4: Call to a member function on a non-object - by El Forum - 05-15-2008, 01:31 PM
PHP4: Call to a member function on a non-object - by El Forum - 05-15-2008, 01:33 PM
PHP4: Call to a member function on a non-object - by El Forum - 05-15-2008, 04:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB