- 0
HEEELP! unable to retrieve domainstatus from tblhosting using capsule table class
-
Recently Browsing 0 members
- No registered users viewing this page.
By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated
Question
cgheonea
Hey guys,
When I run this query in mysql it works, however, when I run it using the following, it does not work!
$servicestatus = CAPSULE::table('tblhosting')
->select('domainstatus')
->where('id', $description->{'relid'})
->where('username', $output[1])
->get();
Can anyone tell me what's wrong with the class?
I debugged the procedure and I have relevant values for relid and output 1 so I should get a positive response when I var_dump the servicestatus.
Thanks and kind regards,
Cristian
Link to comment
Share on other sites
3 answers to this question
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.