Skip to content

pinfirestudios/yii1-pjax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii 1 Pjax

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.

JS Libraries

As Composer 2 no longer supports the bower-asset-plugin that Yii2 ships with, you must manually include the yii2-pjax JS library in your project.

npm install yii2-pjax

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages