2017 © Pedro Peláez
 

library muih

PHP and Javascrcipt helpers for creation of Bootstrap 3 UI elements

image

myclabs/muih

PHP and Javascrcipt helpers for creation of Bootstrap 3 UI elements

  • Tuesday, May 20, 2014
  • by myclabs
  • Repository
  • 4 Watchers
  • 3 Stars
  • 9,291 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 3 % Grown

The README.md

MUIH

Build Status Coverage Status Latest Stable Version Total Downloads License, (*1)

MUIH, for Myc-lab User Interface Helper, is a PHP and Javascript library containing helpers for creation of Bootstrap 3 UI elements., (*2)

It is aiming to provide plain php objects for html/js component and helper for Zend1, Zend2 and twig(to be implemented)., (*3)

Usage:, (*4)

$button = new Button('Some Label', 'info');
$button->display();

This will echo a simple html button. Alternatively, you can use render() to get the code., (*5)

$modal = new Modal('Some Content');

$modal->setHeaderContent('Some Title');
$modal->addAttribute('id', 'some_id');
$modal->getBody()->addClass('some-class');

$modal->display();

This will echo a modal #some_id element, with body having .some-class class., (*6)

echo $this->button('Show Modal')->showModal('some_id');

You can also use helper fer Zend1 and Zend2., (*7)

The Versions

20/05 2014

dev-master

9999999-dev http://github.com/myclabs/muih

PHP and Javascrcipt helpers for creation of Bootstrap 3 UI elements

  Sources   Download

MIT

bootstrap3 helper ui

20/05 2014

0.1.6

0.1.6.0 http://github.com/myclabs/muih

PHP and Javascrcipt helpers for creation of Bootstrap 3 UI elements

  Sources   Download

MIT

bootstrap3 helper ui

31/03 2014

0.1.5

0.1.5.0 http://github.com/myclabs/muih

PHP and Javascrcipt helpers for creation of Bootstrap 3 UI elements

  Sources   Download

MIT

bootstrap3 helper ui

31/03 2014

0.1.4

0.1.4.0 http://github.com/myclabs/muih

PHP and Javascrcipt helpers for creation of Bootstrap 3 UI elements

  Sources   Download

MIT

bootstrap3 helper ui

25/03 2014

0.1.3

0.1.3.0 http://github.com/myclabs/muih

PHP and Javascrcipt helpers for creation of Bootstrap 3 UI elements

  Sources   Download

MIT

bootstrap3 helper ui

25/03 2014

0.1.2

0.1.2.0 http://github.com/myclabs/muih

PHP and Javascrcipt helpers for creation of Bootstrap 3 UI elements

  Sources   Download

MIT

bootstrap3 helper ui

24/03 2014

0.1.1

0.1.1.0 http://github.com/myclabs/muih

PHP and Javascrcipt helpers for creation of Bootstrap 3 UI elements

  Sources   Download

MIT

bootstrap3 helper ui

21/03 2014

0.1.0

0.1.0.0 http://github.com/myclabs/muih

PHP and Javascrcipt helpers for creation of Bootstrap 3 UI elements

  Sources   Download

MIT

bootstrap3 helper ui