Wiki articles in category Tutorials

Showing 81-100 of 265 items.

Simple Ajax popup

Created 11 years ago by Rajith R Rajith R, updated 11 years ago by Rajith R Rajith R.

Simple Ajax popup view with Ajax link

5 0
9 followers
Viewed: 52 775 times
Version: 1.1
Category: Tutorials

Ajax Login form with validation errors inside jQuery modal dialog

Created 11 years ago by pravi pravi, updated 11 years ago by Maxxer Maxxer.

I would like to share my little experience with Yii to the community in the form of the below small wiki:

3 0
9 followers
Viewed: 47 170 times
Version: 1.1
Category: Tutorials

Clean JavaScript code in your views

Created 11 years ago by nineinchnick nineinchnick, updated 6 years ago by samdark samdark.

This tutorial presents a way of separating JS code from views and passing to it values from PHP.

18 0
24 followers
Viewed: 42 377 times
Version: 1.1
Category: Tutorials

Tabular Input, Validating and Saving related models

Created 11 years ago by Xavier John Xavier John, updated 11 years ago by hasanavi hasanavi.

This tutorial shows how to use a model to save and validate related (MANY_MANY) models.

4 0
16 followers
Viewed: 44 407 times
Version: 1.1
Category: Tutorials

Email template functionality with manage content from database

Created 12 years ago by kiran sharma kiran sharma, updated 11 years ago by yugene yugene.

I hadn't specify whole flow as I assume you know yii crud flow well, and Quick understand of my specified admin flow.. :)

4 0
12 followers
Viewed: 49 142 times
Version: 1.1
Category: Tutorials

Help pages using Markdown view renderer

Created 12 years ago by nineinchnick nineinchnick, updated 12 years ago by nineinchnick nineinchnick.

This tutorial describes how to write your views for help pages using Markdown syntax to be able to generate PDFs from same source files.

0 0
4 followers
Viewed: 10 216 times
Version: Unknown (update)
Category: Tutorials

How to display page on fancybox...using CHtml::ajaxlink with yii validation

Created 12 years ago by Ankit Modi Ankit Modi, updated 10 years ago by Rohit Suthar Rohit Suthar.

1) include the fancybox extesion otherwise fancybox js

0 0
4 followers
Viewed: 20 717 times
Version: 1.1
Category: Tutorials

Display image on CGridView column and open a fancy-box

Created 12 years ago by Ankit Modi Ankit Modi, updated 12 years ago by Ankit Modi Ankit Modi.

1) Add a fancy-box extension on admin page

0 0
2 followers
Viewed: 18 741 times
Version: Unknown (update)
Category: Tutorials

Display Status image on CGridView column

Created 12 years ago by Ankit Modi Ankit Modi, updated 6 years ago by samdark samdark.

How to display status image on admin gridview.

0 0
5 followers
Viewed: 22 789 times
Version: 1.1
Category: Tutorials

A very easy way to setup yiic on WAMP server (without extra windows settings)

Created 12 years ago by Kostas Apazidis (KonApaz) Kostas Apazidis (KonApaz), updated 11 years ago by Kostas Apazidis (KonApaz) Kostas Apazidis (KonApaz).

Assuming that you have already install the wampserver on your windows.

3 1
4 followers
Viewed: 52 878 times
Version: 1.1
Category: Tutorials

Create Excel File with PHPExcel Plugin (Insert Image in Excel Sheet ,Use Template to Create Excel File, Create New Sheet)

Created 12 years ago by codesutra codesutra, updated 10 years ago by codesutra codesutra.

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...

Create / Generate PDF files with TCPDF plugin (Example to generate Table with TCPDF plugin)

Created 12 years ago by codesutra codesutra, updated 11 years ago by codesutra codesutra.

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.

4 0
11 followers
Viewed: 84 324 times
Version: 1.1
Category: Tutorials

Relational Query - Lazy Loading and Eager Loading in Yii 1.1 / with and together

Created 12 years ago by softark softark, updated 9 years ago by softark softark.

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.

9 0
22 followers
Viewed: 62 154 times
Version: 1.1
Category: Tutorials

Log Activity in DataBase

Created 12 years ago by mahdi1986 mahdi1986, updated 11 years ago by mahdi1986 mahdi1986.

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

4 0
17 followers
Viewed: 34 537 times
Version: 1.1
Category: Tutorials
4 0
8 followers
Viewed: 12 035 times
Version: Unknown (update)
Category: Tutorials
Tags: assets, heroku

YII SaaS Multi Tenant application with single database

Created 12 years ago by Rajith R Rajith R, updated 11 years ago by xJose xJose.

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.

6 1
14 followers
Viewed: 29 621 times
Version: 1.1
Category: Tutorials

Simple Mail Queue

Created 12 years ago by waterloomatt waterloomatt, updated 10 years ago by Bizley Bizley.

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.)

8 0
14 followers
Viewed: 31 147 times
Version: 1.1
Category: Tutorials

Creating a Simple CRUD App With Yii2 (Revised 12/20/2013)

Created 12 years ago by Charles R. Portwood II Charles R. Portwood II, updated 11 years ago by Vivek Vivek.

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.

7 6
21 followers
Viewed: 313 616 times
Version: 2.0
Category: Tutorials

Implementing a WebDAV server using SabreDAV

Created 12 years ago by nineinchnick nineinchnick, updated 12 years ago by nineinchnick nineinchnick.

This article will show you how to easily implement a WebDAV server in your project using SabreDAV.

5 0
8 followers
Viewed: 46 079 times
Version: Unknown (update)
Category: Tutorials

Send mail using YiiMail extension

Created 12 years ago by RKA RKA, updated 12 years ago by RKA RKA.

Step1: Download the extension from path 'http://code.google.com/p/yii-mail/downloads/list' .

7 0
18 followers
Viewed: 122 300 times
Version: 1.1
Category: Tutorials
Tags: YiiMail