Wiki articles

Showing 141-160 of 826 items.

How to register scripts and css

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

Then, we write this in the config > main.php:

2 0
3 followers
Viewed: 99 383 times
Version: 1.1
Category: How-tos

How to validate the uniqueness of multiple columns

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

I am going to show you an effective way to validate the uniqueness of multiple columns.

2 0
2 followers
Viewed: 21 921 times
Version: 1.1
Category: How-tos

Simple revealing and hiding the password in the password field

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

There are numerous usability problems:

5 0
4 followers
Viewed: 34 935 times
Version: 2.0
Category: How-tos

Configuring different sessions for backend and frontend in Yii advanced app

Created 12 years ago by Kartik V Kartik V, updated 10 years ago by Kartik V Kartik V.

Your need: You require that for shared machines, the user is authenticated again for a backend access again, if someone is logged in from frontend and vice versa.

4 0
46 followers
Viewed: 54 974 times
Version: 2.0
Category: How-tos

Behaviour for Time Zone and Format conversion for Date, Time, timestamp, and datetime

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

This Behaviour helps to view time/date/timestamp/datetime from db to local Date / Time / Date Time format and in local Timezone. And save into db in with db timezone and db format. You only need to include this behaviour in models where need this facility.

2 0
3 followers
Viewed: 27 075 times
Version: 1.1
Category: How-tos

PHP built-in server integration

Created 10 years ago by Headshaker Headshaker, updated 10 years ago by Headshaker Headshaker.

I was playing around with another PHP framework which I didn't really liked anyway but it had simple and nice integration for PHP built in web server so I decided to write one for Yii (since this is my primary PHP framework)

1 0
3 followers
Viewed: 65 009 times
Version: 2.0
Category: How-tos

Using your own forked version of extensions with composer

Created 12 years ago by Kartik V Kartik V, updated 11 years ago by Kartik V Kartik V.

So you want to use a fork of any existing vendor extension with your Yii 2 install and use the fork, instead of original source. This does not need you to push any update or register your package on packagist.org. You are recommended to follow the approach below:

3 2
40 followers
Viewed: 27 754 times
Version: 2.0
Category: Tutorials

View a related field in CGridView

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

Generally we need to show one or more fields from a model that is related to another model used in CGridView. For our case we will use two related models, which explain how to use model "A" fields in a CGridView that used model "B".

2 0
3 followers
Viewed: 21 678 times
Version: 1.1
Category: Tips

Load & Save With Relation

Created 11 years ago by moo.tensai moo.tensai, updated 11 years ago by moo.tensai moo.tensai.

Use this extension : yii2-relation-trait

1 0
2 followers
Viewed: 21 555 times
Version: 2.0
Category: Tips

Export query content to excel through any of your controllers, also can set cssClass for header/odd/even rows, auto download

Created 11 years ago by Scott_Huang Scott_Huang, updated 11 years ago by Scott_Huang Scott_Huang.

To generate excel by query content, and download through any controller. You also can bind cssClass to header/odd/even rows. As for header, you even can set cssClass for each column.

$this->export2excel($excel_content,$excel_file);

in your controller.

2 0
2 followers
Viewed: 29 486 times
Version: 2.0
Category: Tutorials

Before Query Example : Soft Delete

Created 11 years ago by moo.tensai moo.tensai, updated 11 years ago by moo.tensai moo.tensai.

This is how i do before query on Yii 2.0

0 0
3 followers
Viewed: 24 079 times
Version: 2.0
Category: How-tos

How to upload a file using a model

Created 17 years ago by qiang qiang, updated 11 years ago by samdark samdark.

First declare an attribute to store the file name in the model class (either a form model or an active record model). Also declare a file validation rule for this attribute to ensure a file is uploaded with specific extension name.

66 4
64 followers
Viewed: 533 172 times
Version: 1.1
Category: Tutorials

Load data from internal/external source to fill form fields

Created 11 years ago by skworden skworden, updated 11 years ago by skworden skworden.

This wiki is to show you how to use jQuery get and JSON to get data from a dropdown/any form field and fill form fields with the values instantaneously. First, I'll give example use cases of what I'm going to teach you so you can quickly see if this is for you.

1 0
5 followers
Viewed: 40 504 times
Version: 2.0
Category: How-tos

Date Picker by examples

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

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

6 0
7 followers
Viewed: 147 231 times
Version: 1.1
Category: How-tos

[Guide] How to actually separate Frontend (User) and Backend (Admin) on Yii2 Advanced

Created 11 years ago by Wade Shuler Wade Shuler, updated 11 years ago by samdark samdark.

I am writing this guide because I struggled to find a resource that included ALL of the necessary steps to completely separate the frontend from the backend. After reading guides like Configuring different sessions for backend and frontend in yii-advanced-app and [yii2 configuring d...

9 1
18 followers
Viewed: 136 497 times
Version: 2.0
Category: How-tos

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

Created 12 years ago by realtebo realtebo, updated 11 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: 32 517 times
Version: 2.0
Category: Tutorials

Simple Mail Queue

Created 13 years ago by waterloomatt waterloomatt, updated 11 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: 34 891 times
Version: 1.1
Category: Tutorials

Multiple CGridView virtual attributes, retrieved from a single model function. Also communication between CGridView columns and rows; and between CGridView and its own parent view.

Created 11 years ago by Gerhard Liebenberg Gerhard Liebenberg, updated 11 years ago by Gerhard Liebenberg Gerhard Liebenberg.

We probably have all used a virtual attribute (model function) to retrieve complex or related data for a CGridView column:

0 0
4 followers
Viewed: 15 945 times
Version: 1.1
Category: How-tos

Building a search GET request with scenarios ; calling a SearchModel from URLs...

Created 11 years ago by Louis Gac Louis Gac, updated 11 years ago by Louis Gac Louis Gac.

Search Models are a very elegant and powerful way to build an Active Data Provider. If you use them a lot, you'll quickly need to use scenarios, which will lead you to a very DRY Controller code.

0 0
2 followers
Viewed: 27 666 times
Version: 2.0
Category: Tips

Single PHP entry point with Nginx

Created 11 years ago by MadAnd MadAnd, updated 11 years ago by MadAnd MadAnd.

In this article I will show you how to slightly increase application security, by exploiting the fact that Yii implements the Front Controller Pattern.

4 0
3 followers
Viewed: 23 065 times
Version: all
Category: How-tos