728x90 AdSpace

Tutorial Flash dan PHP lengkap

Latest News

Monday, January 2, 2017

Best PHP builder in 2017

PHP Web Builder




Cicool is a multifunctional application that is used to facilitate your work in creating a system, CMS, E-Comerce and others







Features

  • Facility to customize to match your website theme
  • Easy install; 100% integration with wizzard installation
  • Frontend modular, easy to change theme
  • There extension to make easy to custom, add feature etc
  • Make Rest API builder just one click, and get auto generate documentation.
  • You can make dinamic pages by dragging, more than 50+ components and elements avaiable.
  • By dragging form into canvas you can make dinamic form.
  • Build your CRUD in one click, with 35+ custom validation and 20+ input type.
  • Awesome AdminLTE theme by Abdullah Almsaeed.

CRUD Builder

How to Build a CRUD

Build your CRUD in one click, with 35+ custom validation and 20+ input type,
  • Select The Table
select the table you want to use to create a CRUD
  • Fill Subject And Title
  • Checked Module
module select what you want to do, such as create, read and update
  • Customize a Contents
You can do a reorder for field placements.
You also set the field anywhere that you want to display on a page module.
There are more than 20 types of input type that you can use.
There are more than 35 input validation you can use, so that your web applications become more secure.
Click save button to build your CRUD

Video tutorial how to make a blog with crud builder



REST Builder

How to Build a REST

Make Rest API builder just one click, and get auto generate documentation,
  • Select The Table
select the table you want to use to create a CRUD
  • Fill Subject And Title
  • Header Required
In no demand for the required header in select X-Token, Reviews X-Token is used for your API securing with user Auth. if you access these APIs, then you must get a token
  • Customize a Contents
There are two input type text or file.
There are more than 35 input validation you can use, so that your web applications become more secure.
Click save button to build your REST APIs

Video tutorial how to make blog Rest API


  • View Your Rest Module
After you create a REST API you can directly view the documentation that automatically created See API Documentations http://yoursite/administrator/doc/api
.
you can also do your API testing with the click of a button view on REST builder.

How to Get X-Token

to get tokens you can see more at documentation, See API Documentations.
or you can visit this link there you can get a token directly by following the instructions provided.
  • Token is generated
After you successfully generate the token then there is a JSON response like this you get.

{
       "status": true,
       "message": "Token generated",
       "data": {
           "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9..more",
           "expiration": {
               "seconds": 43200,
               "hours": 12
           }
       }
   }
if you get a response like that then you've managed to get tokens

Page Builder

How To Build A Page

You can make dinamic pages by dragging, more than 50+ components and elements avaiable.
  • Build a Administrator Page
To create a page you select the type of page to backend.
enter the link to the user can access your page,
Your administrator can access the page that you created in administrator/page/(your-page-link)

  • Build a Administrator Page
  • Build a Frontend Page
To create a page you select the type of page to frontend.
enter the link to the user can access your page,
Your can access frontend page that you created in page/(your-page-link)


Video tutorial how to make responsive page



How To Embed Form on The Page

you can mengembed form, which you made into a section page builder, by attaching a code snippet as follows : {form_builder(1)}.
* 1 is a id of form

How to embed contact form on page


Form Builder

How To Build A Form

By dragging form into canvas you can make dinamic form.
  • Fill Subject And Title
Subject used as a form of identity, when men generate form will automatically create a table with formatting form_(subject form).
  • Creating Form Field
to create a form, you can drag the input type to the canvas form, there are more than 20 field type.
You can also change the field name, field style, custom attributes, and other helpblock

Video tutorial how to make contact form


Manage Your Form

Once you've finished creating your form can me manage the form that you created, to manage the information that has been submitted

Updating a Form

You can also update the fields of the form, the form builder in the menu update, but the data form that you created earlier will be automatically deleted

Best PHP builder in 2017
Next
This is the most recent post.
Older Post
  • Blogger Comments
  • Facebook Comments

1 comments:

Top