[Wiki] Yii2 Enable content protection with own javascript file in the project...
If you are trying to put own java script function on application view, this is perfect article step1 create js folder under /frontend/web/? step2 create file site.js under /frontend/web/js/ step3 write...
View Article[Extension] yii2-encrypter
Extension used for two-way encryption with behaviour for database.
View Article[Extension] yii-request-limits
Yii extension that give you opportunity to limit request rate from single IP
View Article[Extension] yii2-slick
Yii2 extension for jQuery Slick Carousel plugin. See more here: http://kenwheeler.github.io/slick/.
View Article[Extension] yii2-closest-relation-trait
This trait adds capability to fetch nearest related model class without need of redefininf relations on extensions.
View Article[Wiki] YII2 Pagination Options
Worry about pagination option... solution here If we are using default pagination option like << 1 2 3 4 5 6 >> but if u want to customize you need to put in your view page step1 use...
View Article[Wiki] How to send POST data from CActiveForm with a CListView inside
myview.php We need to send POST data on clicking any pagination buttons. To achieve this, we need to 1) insert a hidden field and 2) write some jQuery. <?php $script ='...
View Article[Wiki] `forceCopy` per Asset Bundle
Note: The following document describes a possible workaround, if you have issues with asset publishing. For many people this will just work fine. Problem During development and depending on your setup...
View Article[Wiki] How to create a custom exception and show it friendly with CJuiDialog
Sometimes we need to create our custom exception and show it to the end user through a friendly way . In this article, I'm showing how to do it using CJuidialog. Step 1 - Create a custom exception...
View Article[Extension] br-map2
Map of Brazil (html5, svg, js) - Interactive map for data visualizations
View Article