select('customers', ['customerid (id)', 'name', 'email', 'phone', 'address', 'notes']); ?>
get("new customer"); ?>
get('actions'); ?> get('name'); ?> get('phone'); ?> get('email'); ?> get('address'); ?> get('notes'); ?>
get("edit"); ?>
get('actions'); ?> get('name'); ?> get('phone'); ?> get('email'); ?> get('address'); ?> get('notes'); ?>