PHP code example of chronon / bootstrap
1. Go to this page and download the library: Download chronon/bootstrap 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/ */
chronon / bootstrap example snippets
CakePlugin::loadAll(array(
'Bootstrap'
));
echo $this->Html->css(array(
'Bootstrap.bootstrap.min.css',
'Bootstrap.bootstrap-responsive.min.css'
));
echo $this->Html->script(array(
'//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js',
'Bootstrap.bootstrap.min.js'
));