Simple Ajax popup view with Ajax link
Simple Ajax popup view with Ajax link
I would like to share my little experience with Yii to the community in the form of the below small wiki:
This tutorial presents a way of separating JS code from views and passing to it values from PHP.
This tutorial shows how to use a model to save and validate related (MANY_MANY) models.
I hadn't specify whole flow as I assume you know yii crud flow well, and Quick understand of my specified admin flow.. :)
This tutorial describes how to write your views for help pages using Markdown syntax to be able to generate PDFs from same source files.
1) include the fancybox extesion otherwise fancybox js
1) Add a fancy-box extension on admin page
How to display status image on admin gridview.
Assuming that you have already install the wampserver on your windows.
This is an example for how to create Excel File with PHPExcel library.This article is inspired by Wikki Article return by Antonio Ramirez and extension created by marcovtwout for [PHPExcel library](https://github.co...
Few days ago i was playing with TCPF plugin to create a PDF files. Since i have checked few available extension and also checked some forum threads but still i dont get my expected result for PDF file.
It's well known that there are Lazy Loading approach and Eager Loading approach in the relational query. But it's important to note that you should distinguish 2 different modes in the Eager Loading in Yii 1.1.x.
In this article i will explain how to customize log activity in database, Imaging you need to save IP user, Url request and user_name in database,But table created by default with Yii only have id,level,category,logtime and message
Lots of people are asking how to solve it with YII,We think its difficult with YII. But its easy to solve . There is no database triggers needed . we can simply sove it by extending a class(say "RActiveRecord") from CActiveRecord .Then extend all our model classes from that class.
The basic idea is to create a complete mail message and store it a Db table along with all info necessary for sending valid emails (to_email, from_email, from_name, subject etc.)
By popular demand, today I will be revisiting my previous Yii Framework 2 Getting Started Guide and updating it with what is currently available in the Yii Framework 2 Repository. Provide here is an super simple example CRUD application that will help you get started using the framework.
Step1: Download the extension from path 'http://code.google.com/p/yii-mail/downloads/list' .