[Wiki] Render Form in popup via AJAX (Create and Update) with ajax validation...
There are a few issues with the other solutions I originally used that I found from other wikis. I address the issues I had in this much simpler and shorter way. I am also going to explain what is...
View Article[Extension] yii2-seotools
Component and module to manage unique SEO title, description, keywords and unique text associated with a page
View Article[Extension] fb-like-share-button
Yii extension for facebook Like, Recommend & Share button with custom attributes.
View Article[Extension] yii2-services
WebService encapsulates SoapServer and provides a WSDL-based web service.
View Article[Wiki] Ralation scope to test existence of related records ("EXISTS")
When one needs to select a record in a table that do not have related records through a relation, it is generally suggested to use a subquery. Personnaly, I prefer a high level approach, and I have a...
View Article[Extension] yii2-aws-sdk
AWS SDK for Yii2 - Use Amazon Web Services in your Yii2 project
View Article[Wiki] Customize your Growl/Alert msg easy and quickly
I leverage Kartik's notification widgets. And try to wrap the notification to own quickly static function for easy revoke. The type[info, success, warning, danger] will according title text to auto...
View Article[Wiki] YII2 : simple language Switcher Widget
create file common\components\languageSwitcher.php <?php /* author :: Pitt Phunsanit website :: http://plusmagi.com change language by get language=EN, language=TH,... or select on this widget */...
View Article[Extension] yii2-app-advanced-startup-kit
Yii 2 Practical Advanced Application Template (GUI Startup Kit)
View Article[Extension] yii2-ga-measurement-protocol
Google Analytics Measurement Protocol for Yii2
View Article[Wiki] How to create yii2 extension and push to github and register into...
1. Create Extension in yii2. As for this step, you can refer to Create Extension In short, you can use gii to create extension after read above article. Just be care to change the output as...
View Article