Wiki articles tagged with "tutorial"

Showing 1-20 of 35 items.

Yii v2 snippet guide III

Created 4 years ago by rackycz rackycz, updated 2 years ago by rackycz rackycz.

Articles are separated into more files as there is the max lenght for each file on wiki.

8 0
4 followers
Viewed: 215 459 times
Version: 2.0
Category: Tutorials

How to add Schema.org markup to Yii2 pages

Created 4 years ago by Gabriel A. López López Gabriel A. López López, updated 4 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: 92 070 times
Version: 2.0
Category: How-tos
4 0
3 followers
Viewed: 88 199 times
Version: 2.0
Category: Tutorials
7 0
4 followers
Viewed: 317 558 times
Version: 2.0
Category: Tutorials

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

Created 8 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 206 times
Version: 2.0
Category: How-tos

YII2: Create console commands inside a module or extension

Created 9 years ago by MetaCrawler MetaCrawler, updated 7 years ago by Luis Armando Luis Armando.

Here is a small guide how to get console commands running inside modules & extensions. For this guide I used a fresh yii2 basic application template.

8 0
6 followers
Viewed: 68 557 times
Version: 2.0
Category: Tutorials

How to use imagine ( crop, thumb, effects for images ) on Yii2

Created 10 years ago by Anas AbuDayah Anas AbuDayah, updated 9 years ago by Cozumel Cozumel.

Imagine adds most common image functions and also acts as a wrapper to Imagine image manipulation library.

5 0
14 followers
Viewed: 101 868 times
Version: 2.0
Category: Tutorials

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

Created 10 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 602 times
Version: 1.1
Category: How-tos

Installare Yii 2.0.* usando XAMPP su Windows in versione portabile

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

Personalmente trovo che la versione "portable" sia molto più semplice da aggiornare, ed io tengo sempre costantemente aggiornato TUTTO il parco software relativo al mio webserver.

0 0
2 followers
Viewed: 30 191 times
Version: 2.0
Category: Tutorials

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 595 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 078 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 056 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 311 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: 36 979 times
Version: 1.1
Category: How-tos
6 1
9 followers
Viewed: 60 621 times
Version: 1.1
Category: How-tos

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 338 times
Version: 2.0
Category: Tutorials

Yii for beginners 2

Created 12 years ago by rackycz rackycz, updated 3 years ago by rackycz rackycz.

This is second article with my tutorial. I had to add it, because Wiki article has limited length and as I was extending it's text, older paragraphs were disappearing. So here I am starting from chapter 6.

15 0
21 followers
Viewed: 92 435 times
Version: 1.1
Category: Tutorials

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 172 times
Version: 1.1
Category: How-tos

Create Yii Project In Cloud9

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

This tutorial will guide you through the process of creating a yii application using Cloud9. We will use a git workspace to enable version control and also show how to link the Cloud9 workspace to GitHub.

2 0
5 followers
Viewed: 39 862 times
Version: 1.1
Category: Tutorials

XUpload Workflow

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

This wiki describes a more complex workflow using the XUpload widget

28 0
42 followers
Viewed: 98 602 times
Version: 1.1
Category: Tutorials