Extensions and helpers for CodeIgniter.
These helpers are included in the package:
- Foundation Helper
- Datecalc Helper
- Site Security Helper
- More HTML Helper
Currently limited to the following helper functions:
- label(string $data, string $class) : string
- tooltip(string $tooltip, string $class, string $text, int $datawidth) : string
- button_anchor(string $data, string $href, string $class) : string
- row(string $content, string $class) : string
- columns(string $data, int $number, string $class, int mobile) : string
- string $data: content of the label.
- string class: type of label, any combination of [round, radius] and [secondary, alert, success].
- string $tooltip: the message of the tooltip.
- string $class: any combination of [tip-top, tip-left, tip-right, tip-bottom] and [noradius].
- string $text: the text that's going to have a tooltip.
- int $datawidth: defines the width of the tooltip.
TODO: Add description.
TODO: Add description.
TODO: Add description.
TODO: Add description.
TODO: Add description.
TODO: Add description.