Wiki articles

Showing 101-120 of 166 items.

Execute migration on server/linux using shell

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

It's easy to execute migration locally on XAMPP using cmd, but on server where you script is it's little bit harder.

0 0
3 followers
Viewed: 22 041 times
Version: 2.0
Category: How-tos

Simple Google Maps object for use with ajax maps

Created 10 years ago by Chris Backhouse Chris Backhouse, updated 10 years ago by Chris Backhouse Chris Backhouse.

The Google mapping extension by Dos Amigos (link) is really great but there are difficulties with Google maps when you want to manipulate your map object with Ajax.

0 0
3 followers
Viewed: 18 858 times
Version: 2.0
Category: How-tos

Yii2: Query build for complexity SQL

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

As for complexity SQL query we have two solutions as below, I will discuss #2 in this article.

0 0
3 followers
Viewed: 41 030 times
Version: 2.0
Category: Tips

How to install Yii 2 advanced on a shared hosting environment

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

I've read many comments that it's not possible to install Yii 2 advanced on a shared hosting environment, as it has two webroots. This is partially true.

3 0
2 followers
Viewed: 38 025 times
Version: 2.0
Category: How-tos

Simple Jui Autocomplete in yii2

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

To use jui auto complete widget first add

0 0
3 followers
Viewed: 54 342 times
Version: 2.0
Category: Tutorials

MySQL migration environment

Created 10 years ago by Fabrizio Caldarelli Fabrizio Caldarelli, updated 10 years ago by Fabrizio Caldarelli Fabrizio Caldarelli.

It can happen that you work in development environment and you make changes to database tables structures, adding tables, or changing fields.

0 0
2 followers
Viewed: 14 306 times
Version: 2.0
Category: How-tos

A simple widget - jump2link

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

namespace app\components;

0 0
1 follower
Viewed: 15 300 times
Version: 2.0
Category: Tutorials

Relational Query - Lazy Loading and Eager Loading in Yii 2.0

Created 9 years ago by softark softark, updated 6 years ago by samdark samdark.

It's well known that there are Lazy Loading approach and Eager Loading approach in the relational query. But it's very important to know how the Eager Loading approach works in Yii 2. It has changed drastically from that of Yii 1.1, and there are common misunderstandings about it in the community.

11 0
6 followers
Viewed: 63 132 times
Version: 2.0
Category: Tutorials

Language Selector

Created 9 years ago by Programmer Thailand Programmer Thailand, updated 9 years ago by Programmer Thailand Programmer Thailand.

common\components\LanguageSelector.php

<?php
namespace common\components;

2 0
6 followers
Viewed: 18 870 times
Version: 2.0
Category: Tutorials

How to create/update a model with its related items using Listbox or CheckboxList

Created 9 years ago by softark softark, updated 7 years ago by softark softark.

Assume we have many categories and many posts.

5 0
6 followers
Viewed: 91 120 times
Version: 2.0
Category: Tutorials

How to change GridView delete confirmation message for specific controllers only?

Created 9 years ago by AlaFalaki AlaFalaki, updated 9 years ago by AlaFalaki AlaFalaki.

Hello,
If you want to give extra attention for some specific delete actions and you don't want to override whole yii.confirm JS method here is what you can do:
(I've only put the ActionColumn part of the GridView here to just give you the idea)

3 0
4 followers
Viewed: 48 508 times
Version: 2.0
Category: Tips
0 0
3 followers
Viewed: 12 837 times
Version: 2.0
Category: How-tos
Tags:

Yii2cdn Component

Created 9 years ago by junaidatari junaidatari, updated 9 years ago by junaidatari junaidatari.

A Yii Framework 2 component for using assets in different environments (Local/CDNs)

0 0
2 followers
Viewed: 19 904 times
Version: 2.0
Category: How-tos
Tags: assets, CDN, yii2

Boost composer-asset-plugin update speed

Created 9 years ago by schmunk schmunk, updated 9 years ago by samdark samdark.

If you're using a lot of bower and npm assets with Yii 2.0 you might encounter long running composer update tasks.

6 0
6 followers
Viewed: 31 511 times
Version: 2.0
Category: Tips

How To: Custom Client Validation On Checkbox Toggle and Optional Input Field

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

I just chased my tail around for a bit today. I got lost with setting the status of all inputs, and banging my head on why the "validate" function just wasn't working.

0 0
1 follower
Viewed: 27 362 times
Version: 2.0
Category: How-tos

A Single Page with a List and a Detail

Created 9 years ago by softark softark, updated 9 years ago by Patrick Jones Patrick Jones.

The CRUD generator of Gii has done a wonderful job for you, and you already have a list of items in the "index" page and a detailed view of a specified item in the "view" page.

3 0
5 followers
Viewed: 60 705 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: 40 316 times
Version: 2.0
Category: How-tos

A universal model attribute for its synthetic representation

Created 9 years ago by Alexandre Rodichevski Alexandre Rodichevski, updated 9 years ago by Alexandre Rodichevski Alexandre Rodichevski.

It is convenient to use the same identification attribute, say info, in all of the active records of your application. It should be a virtual read-only attribute defined by a getter method, its label being the model name.

0 0
3 followers
Viewed: 17 098 times
Version: 2.0
Category: Tips

Installation guide: Yii-2 advanced template with RBAC system

Created 9 years ago by Sherin Jose Sherin Jose, updated 9 years ago by Sherin Jose Sherin Jose.

Welcome, all of you !

10 1
19 followers
Viewed: 127 173 times
Version: 2.0
Category: Tutorials
Tags: install, rbac, yii2

How to make bootstrap tabs remain active/selected after navigating to different web pages.

Created 9 years ago by emrald emrald, updated 9 years ago by emrald emrald.

Bootstrap tabs gets unselected/inactive when user navigates to other page and comes back. How to make bootstrap tabs remain active/selected after navigating to different web pages.

1 0
3 followers
Viewed: 23 431 times
Version: 2.0
Category: Tutorials