2017 © Pedro Peláez
 

library twitter-bootstrap

HTML markup class with Twitter Bootstrap for PHP.

image

primalbase/twitter-bootstrap

HTML markup class with Twitter Bootstrap for PHP.

  • Friday, November 22, 2013
  • by primalbase
  • Repository
  • 2 Watchers
  • 0 Stars
  • 10 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Twitter Bootstrap for PHP.

HTML markup class., (*1)

use Primalbase\TwitterBootstrap as Tag;
\Primalbase\Tag\Tag::$codeFormat = false;

echo Tag::html('ja')

<html lang="ja">
</html>

echo Tag::container()

<div class="container">
</div>

echo Tag::row()

<div class="row">
</div>

echo Tag::col(4) or echo Tag::colXs(4)

<div class="col-xs-4">
</div>

echo Tag::row(Tag::colMd(10, 'text body')->mdOffset(2))

<div class="row">
    <div class="col-md-10 col-md-offset-2">
        text body
    </div>
</div>

echo Tag::formTextRequired('user')

<input type="text" class="form-control" name="user" required>

and other implementation now.

The Versions

22/11 2013

dev-master

9999999-dev https://github.com/primalbase/twitter-bootstrap

HTML markup class with Twitter Bootstrap for PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar primalbase

php html twitter bootstrap tag