2017 © Pedro Peláez
 

library tinyview

Tiny View Loader used by TinyLara.

image

tinylara/tinyview

Tiny View Loader used by TinyLara.

  • Sunday, November 1, 2015
  • by JohnLui
  • Repository
  • 1 Watchers
  • 6 Stars
  • 610 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 6 Versions
  • 3 % Grown

The README.md

TinyLara\TinyView

Latest Stable Version Total Downloads License, (*1)

TinyView is a tiny view-loader used by Tinylara, fast and sexy! Read the documentation., (*2)

Install

If you have Composer, just include TinyView as a project dependency in your composer.json. If you don't just install it by downloading the .ZIP file and extracting it to your project directory., (*3)

require: {
    "tinylara/tinyview": "*"
}

Examples

Load it:, (*4)

// VIEW_BASE_PATH
define('VIEW_BASE_PATH', __DIR__.'/app/views/');

// View Loader
class_alias('\TinyLara\TinyView\TinyView','View');

Use it:, (*5)

$view = View::make('home')->with('article',Article::first())
                          ->withTitle('TinyLara :-D')
                          ->withFooBar('foo_bar');
View::process($view);

License

The TinyView is open-sourced software licensed under the MIT license, (*6)

The Versions

01/11 2015

dev-master

9999999-dev

Tiny View Loader used by TinyLara.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by John Lui

01/11 2015

v1.2.2

1.2.2.0

Tiny View Loader used by TinyLara.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by John Lui

25/10 2015

v1.2.1

1.2.1.0

Tiny View Loader used by TinyLara.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by John Lui

28/03 2015

v1.2

1.2.0.0

Tiny View Loader used by TinyLara.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by John Lui

14/01 2015

v1.1

1.1.0.0

Tiny View Loader used by TinyLara.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by John Lui

06/11 2014

v1.0

1.0.0.0

Tiny View Loader used by TinyLara.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by John Lui