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

Showing 1-13 of 13 items.

How to add Schema.org markup to Yii2 pages

Created 5 years ago by Gabriel A. López López Gabriel A. López López, updated 5 years ago by Gabriel A. López López Gabriel A. López López.

https://schema.org is a markup system that allows to embed structured data on their web pages for use by search engines and other applications. Let's see how to add Schema.org to our pages on Yii2 based websites using JSON-LD.

2 0
3 followers
Viewed: 93 268 times
Version: 2.0
Category: How-tos

Yii2: How to create/develop a new extension using Composer locally without version control or Git

Created 9 years ago by Wade Shuler Wade Shuler, updated 6 years ago by jwerner jwerner.

Using a version control system, like Git, is nice. However, when building an extension from scratch and loading it via Composer, it adds a lot of pain in the butt steps. You have to commit your changes, update composer to pull them over, then notice there is an error, fix, commit, update. repeat.. I don't want all my baby steps under Git. Sure, I could edit my commit history, but c'mon. Just let m...

7 0
6 followers
Viewed: 39 766 times
Version: 2.0
Category: How-tos

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: 69 046 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 937 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 367 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 363 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 893 times
Version: 1.1
Category: How-tos

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

Created 12 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 383 times
Version: 1.1
Category: How-tos
6 1
9 followers
Viewed: 60 978 times
Version: 1.1
Category: How-tos

Additional form data with XUpload

Created 13 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 523 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: 63 085 times
Version: 1.1
Category: How-tos

How-To: Create a REST API

Created 14 years ago by jwerner jwerner, updated 11 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: 516 056 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 644 times
Version: 1.1
Category: How-tos