Ajax.load

$(“#debtor-customer-filter”).on(‘submit’, function(e) { e.preventDefault(); var data = new FormData(this); $(“#debtors-table”).DataTable().destroy(); $(“#debtors-list”).load(“debtor/filterCustomerDebtorById”,...

xDebug PHP Wizard

Setting up xDebug is a bit of a pain as the links are not clearly linked. So below is some info to help you 😉 In order to use the Install Wizard. Open your PHPinfo() page from the xampp default dashboard pagehttp://localhost/dashboard/phpinfo.php Copy all...

Remove menu items for non admins

function TRIM_ADMIN_MENU() { global $current_user; if(!current_user_can(‘administrator’)) { remove_menu_page( ‘tools.php’ ); // No tools for <= editors remove_menu_page( ‘activity_log_page’ ); // Activity log } }...

Pin It on Pinterest