Welcome Guest, Not a member yet? Register   Sign In
PHP ActiveRecord and CodeIgniter Basic Setup
#2

This should be public, private etc;
PHP Code:
static $has_many = array(
                array('skus')
        );

// public or private etc;
public static $has_many = array(
                array('skus')
        ); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: PHP ActiveRecord and CodeIgniter Basic Setup - by InsiteFX - 02-02-2023, 12:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB