2017 © Pedro Peláez
 

yii2-extension yii2-query-template

Embed your data from database to your content in a flexible way

image

vanquyet/yii2-query-template

Embed your data from database to your content in a flexible way

  • Tuesday, June 27, 2017
  • by vanquyettran
  • Repository
  • 0 Watchers
  • 0 Stars
  • 124 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 8 % Grown

The README.md

Yii2 Query Template

Embed your data from database to your content in a flexible way, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist vanquyet/yii2-query-template "*"

or add, (*4)

"vanquyet/yii2-query-template": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)


{{% getStudentName(123) %}}


"My name is [[% getStudentName(123) %]] "


{{* my_name *}}


"My name is [[* my_name *]] "


{{% findStudent(123).#getInfo("name") %}}


"Student name: [[% findStudent(123).@getInfo(\"name\") %]] "
{{% findStudent(123).#imgTag({"alt": "Student name: [[% this.@getInfo(\"name\") %]] "}) %}}


((` my_name : getStudentName(123) `))
((` country : "Vietnam" `))
((` year : 1993 `))

The Versions

27/06 2017

dev-master

9999999-dev

Embed your data from database to your content in a flexible way

  Sources   Download

MIT

The Requires

 

by Van Quyet Tran

yii2 query template

27/06 2017

1.0.5

1.0.5.0

Embed your data from database to your content in a flexible way

  Sources   Download

MIT

The Requires

 

by Van Quyet Tran

yii2 query template

12/06 2017

1.0.4

1.0.4.0

Embed your data from database to your content in a flexible way

  Sources   Download

MIT

The Requires

 

by Van Quyet Tran

yii2 query template

11/06 2017

v1.0.3.1

1.0.3.1

Embed your data from database to your content in a flexible way

  Sources   Download

MIT

The Requires

 

by Van Quyet Tran

yii2 query template

11/06 2017

v1.0.3

1.0.3.0

Embed your data from database to your content in a flexible way

  Sources   Download

MIT

The Requires

 

by Van Quyet Tran

yii2 query template

29/04 2017

v1.0.2

1.0.2.0

Embed your data from database to your content in a flexible way

  Sources   Download

MIT

The Requires

 

by Van Quyet Tran

yii2 query template

29/04 2017

v1.0.1

1.0.1.0

Embed your data from database to your content in a flexible way

  Sources   Download

MIT

The Requires

 

by Van Quyet Tran

yii2 query template

29/04 2017

1.0.1

1.0.1.0

Embed your data from database to your content in a flexible way

  Sources   Download

MIT

The Requires

 

by Van Quyet Tran

yii2 query template

26/04 2017

v1.0

1.0.0.0

Embed your data from database to your content in a flexible way

  Sources   Download

MIT

The Requires

 

by Van Quyet Tran

yii2 query template