Wiki articles in category How-tos

Showing 21-40 of 88 items.

Events registration examples

Created 7 years ago by minitia minitia, updated 7 years ago by minitia minitia.

Register an event handler at Object-Level

2 0
2 followers
Viewed: 66 596 times
Version: 2.0
Category: How-tos
Tags: events, yii2

Using multiple models in an identity

Created 7 years ago by samdark samdark, updated a year ago by Néstor Acevedo Néstor Acevedo.

Let's assume we have two models: Customer and Supplier and we want both to log in. Yii is quite flexible when it comes to authentication and authorization so it's possible.

9 2
5 followers
Viewed: 41 693 times
Version: 2.0
Category: How-tos

Getting information from the current locale

Created 7 years ago by CeBe CeBe, updated 7 years ago by CeBe CeBe.

Yii 2.0 comes with a formatter component to format dates, numbers, and other values for international users according to their locale. This is very useful for displaying data. When working with incoming data or when using enhanced input methods like the [MaskedInput widget](https://www.yiiframework.com/doc/api/2.0/yii-widgets-maskedinp...

5 0
2 followers
Viewed: 25 781 times
Version: 2.0
Category: How-tos

An alternative way to ElasticSearch

Created 7 years ago by Necip Necip, updated 3 years ago by Necip Necip.

This article is for those who have dealt with the complexity of Elasticsearch or any other indexing machines and are looking for an easier way to index the existing database without additional effort.

1 0
2 followers
Viewed: 47 997 times
Version: all
Category: How-tos

Pjax GridView: refresh page after delete

Created 7 years ago by hehbhehb hehbhehb, updated 7 years ago by CeBe CeBe.

Normally, after clicking the delete button in gridview, the record will be deleted and the page will refresh, but the page number in query string is lost. This is not always the case we expect.

6 0
4 followers
Viewed: 54 476 times
Version: 2.0
Category: How-tos

How to login from different tables in Yii2

Created 8 years ago by AndroideLP AndroideLP, updated 5 years ago by lenovo lenovo.

The Problem: Yii2 utilizes by default UserIdentity configured in config/web.php for connection, this object apply one table to authentication ('identityClass' => 'app\panel\models\User'). How to authentication from diferent tables? Solution: Create instances in web.php to uses UserIdentify. eg:

5 0
6 followers
Viewed: 86 138 times
Version: 2.0
Category: How-tos

Use non Gmail/Gsuite on Gcloud projects

Created 8 years ago by Luis Armando Luis Armando, updated 7 years ago by Maurizio Domba Cerin Maurizio Domba Cerin.

Small companies and startups use cheap email services or even Cpanel's mail services which are less secure and compete directly with bigger email providers like Microsoft with Outlook and Google with Gmail. This creates a problem when you try to use their services to send/receive emails from this cheap services. <img width="750" src="https://static.techspot.com/fileshost/newspics3/2017/google-clo...

0 0
3 followers
Viewed: 20 687 times
Version: 2.0
Category: How-tos

How to get SEO friendly URL using Model and new getUrl() function

Created 8 years ago by shiv shiv, updated 8 years ago by shiv shiv.

We all need SEO friendly URLs for our projects. its not always good to call route with params so we can generalise it for all models using a common function.

2 0
1 follower
Viewed: 29 946 times
Version: 2.0
Category: How-tos

How to make UrlManager createAbsoluteUrl work with sub-domains

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

Upon creating my Yii2 Members System, I have ran into a few snags along the way that forced me to extend and bend Yii2 to my will.

1 0
3 followers
Viewed: 43 173 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 7 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: 41 419 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: 63 431 times
Version: 2.0
Category: How-tos

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: 28 301 times
Version: 2.0
Category: How-tos

Yii2cdn Component

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

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

0 0
2 followers
Viewed: 20 423 times
Version: 2.0
Category: How-tos
Tags: assets, CDN, yii2
0 0
3 followers
Viewed: 13 258 times
Version: 2.0
Category: How-tos
Tags:

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 914 times
Version: 2.0
Category: How-tos

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: 39 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: 20 715 times
Version: 2.0
Category: How-tos

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 860 times
Version: 2.0
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: 33 817 times
Version: 2.0
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: 63 503 times
Version: 2.0
Category: How-tos