zhuzhu/yii1-pjax

Backport of Yii 2's Pjax widget for use in Yii 1

Maintainers

Package info

github.com/zz/yii1-pjax

pkg:composer/zhuzhu/yii1-pjax

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

v1.0 2018-12-19 12:47 UTC

This package is auto-updated.

Last update: 2026-03-01 00:26:30 UTC


README

Backport of Yii 2's Pjax widget for Yii 1

Works the same as in Yii 2:

use pinfirestudios\\yii1pjax\\Pjax;
...
$this->beginWidget(Pjax::class);
    ...
$this->endWiget();

This has only been tested for our specific use case, so there may be bugs.