To create a driver , copy paste any existing driver like Joomla , except for base.php and Custom.php
Then , make sure name of the file should be same as name of the class .
for eg , if you filename is DZCP.php then the class name should also be DZCP .
Then , in getDBdata() , you need to edit the query o as to get the user name and user id of the current user.
Then you can over ride the following functions from the base class
get_guests()
get_users()
and write your own query to get guests+users or only users .
We will be adding detailed docs on how to create a driver soon ,
To create a driver , copy paste any existing driver like Joomla , except for base.php and Custom.php
Then , make sure name of the file should be same as name of the class .
for eg , if you filename is DZCP.php then the class name should also be DZCP .
Then , in getDBdata() , you need to edit the query o as to get the user name and user id of the current user.
Then you can over ride the following functions from the base class
get_guests()
get_users()
and write your own query to get guests+users or only users .
We will be adding detailed docs on how to create a driver soon ,
Necessity is the mother of all inventions!