PHP code example of anahkiasen / former
1. Go to this page and download the library: Download anahkiasen/former library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
anahkiasen / former example snippets
Former::framework('TwitterBootstrap3');
Former::horizontal_open()
->id('MyForm')
->rules(['name' => 'ribute support
->label('Full name')
->value('Joseph')
->t('Submit') # Combine Bootstrap directives like "lg and btn-primary"
->large_inverse_reset('Reset');
Former::close();