You can make Mokoala-based applications as simple or as complex as you wish. In order to use the API and connect to your database you just need to use the code below.
require_once 'admin/library/com/mokoala/Mokoala.php'; MK_MySQL::connect(); MK_MySQL::disconnect();