Wiki articles in category How-tos tagged with "tutorial"

Showing 1-11 of 11 items.

How To : Create Forgot Password in Yii (Sending Email to Reset Password)

Created 11 years ago by ruderbytes ruderbytes, updated 9 years ago by ruderbytes ruderbytes.

Assalamualaikum wr.wb Hello yii people i'm Muhammad Fahmi Azain this is tutorial about forgot password in yii framework, and i'm sorry if it does not comply with code standards yii. okay let's begin

0 0
2 followers
Viewed: 68 930 times
Version: 1.1
Category: How-tos

How to Create Pdf Report / Excel Report By Using Parameters (From - Until)

Created 11 years ago by ruderbytes ruderbytes, updated 10 years ago by ruderbytes ruderbytes.

Asslamualaikum Wr.Wb Hello I'm Fahmi Azain i will share wiki tutorial about Creating Pdf Report / Excel Report by using Parms / Parameters.

0 2
7 followers
Viewed: 44 871 times
Version: 1.1
Category: How-tos

Create/Develop View files with plain HTML (Without using ActiveForm Class)

Created 11 years ago by kalpit kalpit, updated 11 years ago by CeBe CeBe.

Today i want to share with you is "How can we write HTML Code in view files? I am writing this article because many times we can not use CActiveForm to design our form...

2 2
6 followers
Viewed: 23 297 times
Version: 1.1
Category: How-tos

Multilanguage and SEO friendly

Created 11 years ago by Interboy Interboy, updated 10 years ago by Rohit Suthar Rohit Suthar.

In your application configuration (protected/config/main.php), set the sourceLanguage parameter to English:

4 0
8 followers
Viewed: 31 278 times
Version: 1.1
Category: How-tos

Date Picker by examples

Created 11 years ago by Interboy Interboy, updated 10 years ago by Alfa Adhitya Alfa Adhitya.

CJuiDatePicker displays a datepicker. CJuiDatePicker encapsulates the JUI datepicker plugin.

6 0
7 followers
Viewed: 143 721 times
Version: 1.1
Category: How-tos

How to create CJui Tabs : Render partial, Ajax tabs, color tabs

Created 11 years ago by Interboy Interboy, updated 11 years ago by xJose xJose.

Hey guys, today we will show you how to make a Yii CJuitabs as example. Some feature cases such as Static tabs, render partial tabs, Ajax tabs, color tabs... You can see our code, there are simple 3 steps to make it work.

3 0
7 followers
Viewed: 37 261 times
Version: 1.1
Category: How-tos
6 1
9 followers
Viewed: 60 855 times
Version: 1.1
Category: How-tos

Additional form data with XUpload

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

In this article you'll learn how to send additional form data when uploading files using XUpload widget

7 0
13 followers
Viewed: 48 422 times
Version: 1.1
Category: How-tos

Custom Autocomplete Display and Value Submission

Created 14 years ago by Antonio Ramirez Antonio Ramirez, updated 13 years ago by SebK SebK.

I was looking around wiki and found that was no approach as the one I did so I guessed this is worth to write.

12 0
18 followers
Viewed: 62 982 times
Version: 1.1
Category: How-tos

How-To: Create a REST API

Created 14 years ago by jwerner jwerner, updated 10 years ago by Rohit Suthar Rohit Suthar.

This article will explain how to create a REST API with the Yii framework.

98 2
123 followers
Viewed: 515 596 times
Version: 1.1
Category: How-tos

Actions code reuse with CAction

Created 14 years ago by Antonio Ramirez Antonio Ramirez, updated 14 years ago by Antonio Ramirez Antonio Ramirez.

Gii provides us normally with the following code on the 'actionCreate':

public function actionCreate()
{
   $model=new ModelName;

33 0
19 followers
Viewed: 56 538 times
Version: 1.1
Category: How-tos