Download Latest Version scaffold-blank.zip (4.9 MB)
Email in envelope

Get an email when there's a new version of PHP data grid , Scaffold, bake, Tool

Home
Name Modified Size InfoDownloads / Week
scaffold-blank.zip 2019-03-22 4.9 MB
readme_1_st.txt 2019-03-22 2.2 kB
Totals: 2 Items   4.9 MB 0
It's created only by me
you can use it personal or it Commercial

1.just extract and goto configs/config.php

  update db details, and import blank_db.sql in the desired database
  

2. Your Ready made Admin login is here
   /acp/index.php
   admin@admin.com/password 


3. now open the /scaffold/ 
   you will be the baking section of add,edit,list, delete actions of your tables
  
   click load db first, it will populate all databases
   then select db it will populate all tables
   then select the taable it will populate all fields
   the field lists you see the column 
   Table Dispaly -> select columns need to be in the datagrid
   Add/Edit display -> select the fields which are in the add and edit record form
   Display Name -> thses are Data grid header column names and add form field description
   Type to be display -> define each field as textbox, password, list, img ,, etc 

4. Here are the fields types in details
   Text -> normal text box
   Password -> input as password 
   password with confirm -> password and confirm password two fields will come
   Textarea -> bigger input box
   Date-> input as date picker
   Image-> upload file input and no of files to be uploaded
   Image with crop-> You can upload and crop the image 
   List->Select box input the values   
         (value1,value2,value3,value4) or (value1:text1,value2:text2,value3:text3,value4:text4)
         (Yes,No) or (1:Yes,0:No)
   TypeAhead in Table-> You can input a searchable select box and it search in anothher table
          (Tablename.field1,Tablename.field2)
          (employee.id,employee.first_name)
   Hidden-> hidden input user have no see in the grid/form
   Insert Hidden DATEtIME -> it updates when add a new record form
   Update Hidden DATEtIME -> it updates when update a  record form

5  Auto No Column in table-> if you enter the column name then in the grid you will get sequential no column

6. click configure

7. you go to the /acp/ folder you see the new "table named folder" created

8. go to that folder /acp/table_name/  

   you get the list, add, delete, 
that'a all 

share your review in greenanand@gmail.com
Source: readme_1_st.txt, updated 2019-03-22