Sreejit Posted June 25, 2020 Share Posted June 25, 2020 What is the the eloquent "extends Model" equivalent in WHMCS ? I see the WHMCS classes use AbstractModel . So I tried below and it worked. But will it continue working in future too? or the code will break after future updates? I cannot find any official documentation for it. e.g. I created class Kpanel for table mod_kpanel. class Kpanel extends AbstractModel { } $res = Kpanel::find($id); echo $res->verification_key; 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.