Skip to content

gbrock/bootstrap_helper.php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 

Repository files navigation

bootstrap_helper.php

A CodeIgniter helper which generates Bootstrap-specific HTML.

This helper is in active development; some documentation is currently available.

Installation

  1. Load Bootstrap into a CodeIgniter project.

  2. Download this repository and extract the archive contents.

  3. Copy bootstrap_helper.php into your application's /helpers folder.

  4. Either load the helper as-needed:

$this->load->helper('bootstrap');

or autoload globally by editing /application/config/autoload.php:

/*
| -------------------------------------------------------------------
|  Auto-load Helper Files
| -------------------------------------------------------------------
| Prototype:
|
|	$autoload['helper'] = array('url', 'file');
*/

$autoload['helper'] = array('bootstrap');

Requirements / Compatibility

  • PHP >= 5.1.6
  • CodeIgniter >= 2.0
  • Bootstrap >= 3.0

About

A CodeIgniter helper which generates Bootstrap-specific HTML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages