Simple CRUD

This is the simpliest example.


public function base_field_types()
{
  $xcrud = get_xcrud();
  $xcrud->table('base_fields');
  $xcrud->no_editor('text_area');
  
  $data['content'] = $xcrud->render('create');
  
  return view('demos', $data);
}

Payments

#CustomernumberChecknumberPaymentdateAmount 
12122MA724562224.12.2004 05:48:38520025.11
22122AU3641010119.07.2003 00:00:0036251.03
3141DB58321601.11.2004 00:00:0036140.38
4141DL46061819.05.2005 00:00:0046895.48
5141HJ3268630.01.2004 00:00:0059830.55
6141ID1096231.12.2004 00:00:00116208.4
7141IN44625825.03.2005 00:00:0065071.26
8141JE10547718.03.2005 00:00:00120166.58
9141JN35528026.10.2003 00:00:0049539.37
10141JN72201025.02.2003 00:00:0040206.2
Search