[Extension] wkd-media-uploader
Yii module/component to quickly add file uploader support to any model.
View Article[Wiki] Saving Cgridview filter
In this tutorial we will try to save cgridview filter(search) with title etc. basically we want to save two forms data i.e one represents filters and other data about filters like title, description...
View Article[Wiki] How to implement magento cron on yii
Hi Friends, First I would to say sorry but I am not very familiar to magento so after a 1 week spend I will implement the magneto cron functionality on yii I hope it's may be some helpful. If I am not...
View Article[Wiki] Filter & Sort by calculated/related fields in GridView Yii 2.0
This wiki explains how to add calculated fields into your Yii Framework 2.0 gridview with filtering and sorting. Example Structure Let's say you have the following tables: /* Countries */ CREATE TABLE...
View Article[Wiki] Upload files in Yii2 with MongoDb and GridFs
The scenario Uploading files in a webapp can be extremely tricky and sometimes the quickest way to do it is to store the file directly in the webserver or into a DNS (like Amazon S3) and then to save...
View Article[Wiki] Simple Web APIs for your Yii App
How it Works Its very common now-a-days to have Mobile app for web apps. For Mobile apps we need web APIs to fetch data or even post/update on web. We found a very simple method to make such interface....
View Article[Wiki] How to apply a layout to an AJAX update
The background The template system in Yii is quite flexible. By default you have three layers of content: The Main template holds the header, main navigation and footer One or more layout files holds...
View Article[Wiki] Upload image and content using AJAX and Store it in different table
Introduction We all know how to upload the content and images at the same time with refreshing the page. And uploading the images using Ajax we have faced some issues, here i have fixed the issues and...
View Article[Wiki] Configuring Yii to run on both Windows and OSX
If you develop your Yii project on both Windows and Mac, there can be a problem setting up the configuration unless the configurations for both system are identical. On my machines I have the following...
View Article[Extension] yii2-flot-charts
jQuery Flot Charts wrapper extension for Yii Framework 2.0
View Article[Extension] yii2-bootstrap-daterangepicker
This extension is a wrapper for Bootstrap Datepicker for Yii 2 Framework.
View Article