[Extension] yii2-migration-utility
Automatically writes the create tables for migrations or create tables in general. Uses MySQL
View Article[Extension] opencms
Complete CMS, with full multilingual support and a fully OpenSource based on Yii. It has frontend and backend settings.
View Article[Wiki] Multiple Delete in Yii
Hello i'm Fahmi Azain... i want to share wiki about multiple delete in yii framework. okay let's do it. the first create the the table and form like in the bellow and paste this code in your view...
View Article[Wiki] Forcing Login for All Pages in Yii
In this wiki I will show how could forcing login for all pages and users must be logged in to access almost all of the site’s content. In your main/config.php - Within the primary array, We need to add...
View Article[Wiki] How to display Dependent drop-down value using ajax call with dynamically
Hi Friends, In this tutorial I write a code display dependent drop-down value using ajax call. Suppose We have to two table like county and state,so if display the state using county wise call a ajax...
View Article[Extension] yii2-crud-buttons
It is a widget for Yii2 framework which control a crud buttons.
View Article[Wiki] Forcing login for all pages using CBehavior
In this wiki I will show how could forcing login for all pages and users must be logged in to access almost all of the site’s content. In your main/config.php - Within the primary array, We need to add...
View Article[Extension] yii2-editable
Widget to easily convert any displayed content as editable content via ajax.
View Article[Extension] timestampclientscript
Avoid navigator cache incoherence by including a timestamp in urls referencing local resources.
View Article[Wiki] Redirect to dashboard page
Hello All, I have this code public function handleBeginRequest($event) { $page_name = basename($_SERVER['PHP_SELF']); $allow_names = array('index.php', 'login'); if (Yii::app()->user->isGuest...
View Article[Extension] fb-friend-searh-functionality
You can serach the facebook style friend functionality using this extension
View Article[Extension] exportasxls
A light weight PHP class allow to the creation of simple xls spreadsheets from array data.
View Article[Wiki] Enhance security of cookie-based login
Enhance security of cookie-based login What the Yii guide is saying When talking about cookie-base login the Yii guide indicates the following: In addition, for any serious Web applications, we...
View Article