Wiki articles

Showing 181-200 of 826 items.

YII2 Pagination Options

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

solution here If we are using default pagination option like

1 0
1 follower
Viewed: 22 032 times
Version: 2.0
Category: Tips

Using counters with ActiveRecord

Created 14 years ago by davi_alexandre davi_alexandre, updated 11 years ago by marcovtwout marcovtwout.

Let's say, for example, that you are developing a blog or some kind of CMS and you want to track the number of times each post was viewed (maybe to show a list of the most viewed ones).

11 1
17 followers
Viewed: 50 092 times
Version: 1.1
Category: Tips

Use minified version of JqueryAsset, BootstrapAsset (and all default assets)

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

By default, Yii 2.0 chooses to use the non-minified version of Jquery and Bootstrap files (CSS and JS). However, there's a simple way to indicate Yii to use the minified version.

9 0
6 followers
Viewed: 39 037 times
Version: 2.0
Category: How-tos

How to provide a fallback or mapping for translation messages?

Created 13 years ago by schmunk schmunk, updated 11 years ago by schmunk schmunk.

Sometimes you want to use exisiting translations for locales, which do not directly match. An example would be a website targeting Germany (de_de), Austria (de_at) and Switzerland (de_ch, fr_ch, it_ch). Although you may have exisiting translations for German (de), French (fr) and Italian (it), there are problems using it directly.

3 0
6 followers
Viewed: 15 850 times
Version: 1.1
Category: How-tos

CJuiDatePicker extended for more/better language support

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

The number of languages supported by the standard CJuiDatePicker implementation is limited and the language code to use is different from the application's language code. This Wiki shows how to improve on that.

1 0
1 follower
Viewed: 14 836 times
Version: 1.1
Category: How-tos

Running applications with Docker

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

When building PHP web applications you usually have to take care about defining and providing a consistent development and production environment for your team. This includes your application packages, PHP-extensions, database servers and often further components such as a mail server or workers.

4 0
8 followers
Viewed: 55 192 times
Version: 2.0
Category: Tutorials

custom sql query results to CDetailView

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

This is a bried guide about displaying of custom sql query results.

3 0
4 followers
Viewed: 49 113 times
Version: 1.1
Category: How-tos

RBAC Super Simple with Admin and User

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

One of the common requests I see in the forum is how to implement RBAC. While you can implement Yii 2's built-in RBAC, that might be too much for developers who are just starting with Yii 2 or have simpler needs. Sometimes you are looking for a fast solution and just want two flavors, user and admin. And even if you will eventually need more, you can use these methods as a starting point for devel...

9 1
15 followers
Viewed: 110 855 times
Version: 2.0
Category: Tutorials

How to hide /frontend/web in url addresses on apache

Created 11 years ago by raminious raminious, updated 11 years ago by jim. jim..

There is an issue on Yii2 to redirecting / urls to /frontend/web.
In other words we need a way to hidden /frontend/web from addresses.
We will do this without changing Apache configuration and creating virtual host or setting document root (It's good for share hostings that we have not access to apache.conf)

11 0
22 followers
Viewed: 136 328 times
Version: 2.0
Category: How-tos

Google style sign out of all other sessions

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

In this wiki I will show how could logout from all other sessions or all other places.

0 0
5 followers
Viewed: 30 041 times
Version: 1.1
Category: How-tos

Yii 2 list of path aliases available with default basic and advanced app.

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

If you are coming over from Yii 1.x to Yii 2, and already read this guide, you may note that namespaces are very important in Yii 2 to identify classes. But do you know the list of seeded path aliases that come shipped with a basic or advanced app? Here is my attempt to list them.

15 4
45 followers
Viewed: 191 805 times
Version: 2.0
Category: Tips

checkBox in CGridview

Created 11 years ago by n-r n-r, updated 11 years ago by n-r n-r.

some when you need to add checkbox in cgridview and change state of selected rows by additianal parameters. in view :

2 0
3 followers
Viewed: 33 723 times
Version: 1.1
Category: Others

How to pass the third parameter to UserIdentity on login authentication

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

In this wiki I will show how could wo pass the third parameter to UserIdentity on login authenticate. So we can do separate login authentcation from two or more different models from single login form.

2 0
5 followers
Viewed: 38 939 times
Version: 1.1
Category: How-tos

Creating a dependent dropdown

Created 17 years ago by dalip dalip, updated 11 years ago by Paul_Kish Paul_Kish.

Often you'll need a form with two dropdowns, and one dropdown's values will be dependent on the value of the other dropdown. Using Yii's built-in AJAX functionality you can create such a dropdown.

83 2
92 followers
Viewed: 436 676 times
Version: 1.1
Category: Tutorials

Widget Personalizado

Created 14 years ago by Cálcio Cálcio, updated 11 years ago by Cálcio Cálcio.

$this->render('index', array( 'dataProvider' => $dataProvider, )); `

6 0
4 followers
Viewed: 12 440 times
Version: 1.1
Category: Tutorials
6 1
9 followers
Viewed: 63 659 times
Version: 1.1
Category: How-tos

Tutorial about How to Integrate Yii2 with fantastic theme AdminLTE

Created 12 years ago by ThePr0f3550r ThePr0f3550r, updated 11 years ago by YiiJeka YiiJeka.

Yii2 comes with a charming twitter bootstrap version 3. But if it is less, then you can integrate with web templates that you like. One example is wonderfull template "adminLTE"

9 0
22 followers
Viewed: 140 263 times
Version: 2.0
Category: How-tos

Moving the vendor directory for multiple projects

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

This How-To is useful if you are planning to move the Yii vendor directory outside the default location.

6 0
5 followers
Viewed: 35 455 times
Version: 2.0
Category: How-tos

Clear CGridView Filters, Sort & Pager

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

Clearing CGridView filters and sort orders from the web pages, is usefull for the end user. Yii does not seem to propose a standard method. Furthermore, this is especially usefull when filters are "remembered" in the user's session.

2 0
3 followers
Viewed: 22 600 times
Version: 1.1
Category: How-tos

Themed translations (i18n)

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

When using themes you want to changes some of the translations specifically to the theme while keeping the standard translations for most of the text. Duplicating the main translation file is a headache for maintainance. This how to provides a solution.

1 0
1 follower
Viewed: 19 791 times
Version: 1.1
Category: How-tos