Hi,
I'm new to Dolphin,and i can't find the API for the application anywhere here.can somebody help me?I want to verify the user status(if logged in or not) on a script.
Thanks
Hi, I'm new to Dolphin,and i can't find the API for the application anywhere here.can somebody help me?I want to verify the user status(if logged in or not) on a script. Thanks |
I don't believe boonex has published anything listing all classes and functions. I think jtadeo wrote one up at one point. I can't seem to find it. Boonex just kinda makes everyone dig through all the classes in the inc folder to find them. https://www.deanbassett.com |
Better check \inc\profiles.inc.php here are all functions to work with profiles. getLoggedId, isLogged, isMember, isAdmin bx_login, bx_logout So no need to look cookies information directly. |