Welcome Guest, Not a member yet? Register   Sign In
Accessing a custom object with instanceof
#6

(01-26-2021, 06:18 PM)baxterheinen Wrote: The specific error is: Class 'LN_Account' not found

15 years  Big Grin

Of course you will get an error.

PHP Code:
//use 
->getCustomRowObject(0, 'App\\Libraries\\LN_Account');
// or
->getCustomRowObject(0, LN_Account::class); 
Reply


Messages In This Thread
RE: Accessing a custom object with instanceof - by iRedds - 01-26-2021, 06:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB