Wiki articles

Showing 61-80 of 165 items.

REST API and null values in XML

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

I have been working on a REST API using the excellent tools provided by Yii2. My problem was that I have to differentiate between empty values and null values. In other words, <elem></elem> is different from null as it represents an empty string. Also, although some use <elem/> to represent a null value it should still be interpreted as an empty string. In other cases, the absence of the eleme...

0 0
0 follower
Viewed: 21 260 times
Version: 2.0
Category: Tips
Tags: null, REST, XML

Yii2 GridView Sorting and Searching with a Junction Table Column(Many to Many Relationship)

Created 8 years ago by Amjad Khan, updated 8 years ago by Amjad Khan.

Following is the table structure

tblgroups

CREATE TABLE IF NOT EXISTS `tblgroups` (
  `id` int(11) NOT NULL,
  `groupname` varchar(150) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1' COMMENT '1=Acitve,2=Inactive',
  `date` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

tblcontacts

4 1
7 followers
Viewed: 93 636 times
Version: 2.0
Category: Tutorials

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

Created 8 years ago by emrald, updated 8 years ago by 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: 21 987 times
Version: 2.0
Category: Tutorials

Installation guide: Yii-2 advanced template with RBAC system

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

Welcome, all of you !

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

A universal model attribute for its synthetic representation

Created 8 years ago by Alexandre Rodichevski, updated 8 years ago by 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: 16 151 times
Version: 2.0
Category: Tips

Boost composer-asset-plugin update speed

Created 9 years ago by schmunk, updated 8 years ago by 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: 30 227 times
Version: 2.0
Category: Tips

A Single Page with a List and a Detail

Created 8 years ago by softark, updated 8 years ago by 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: 58 942 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, updated 9 years ago by 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: 26 175 times
Version: 2.0
Category: How-tos

Yii2cdn Component

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

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

0 0
2 followers
Viewed: 18 948 times
Version: 2.0
Category: How-tos
Tags: assets, CDN, yii2
0 0
3 followers
Viewed: 12 384 times
Version: 2.0
Category: How-tos
Tags:

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

Created 9 years ago by AlaFalaki, updated 9 years ago by 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: 47 716 times
Version: 2.0
Category: Tips

Escape from Default's Yii2 Delete Confirm Box

Created 11 years ago by Antonio Ramirez, updated 9 years ago by Cozumel.

If you started playing with Yii2's new GridView, you will soon realize that some things have improved quite a lot, but I am sure its going to be a bit confusing at first glance when you try to modify certain javascript behaviors like for example, its delete confirmation dialog box.

4 1
16 followers
Viewed: 47 328 times
Version: 2.0
Category: How-tos

Language Selector

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

common\components\LanguageSelector.php

<?php
namespace common\components;

2 0
6 followers
Viewed: 17 805 times
Version: 2.0
Category: Tutorials

Handling tabular data loading and validation in Yii 2

Created 11 years ago by Kartik V, updated 9 years ago by Said Bakr.

The only differences in Yii 2 is that its much simpler due to available functions in the Model class for loading and validating models.

3 2
51 followers
Viewed: 61 929 times
Version: 2.0
Category: Tutorials

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

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

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

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

A simple widget - jump2link

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

namespace app\components;

0 0
1 follower
Viewed: 14 346 times
Version: 2.0
Category: Tutorials

How to implement form events

Created 10 years ago by Antonio Ramirez, updated 9 years ago by deacs.

You have that, when a product is on development they can change its API anytime. This change is quite important though, its related on how to set the events of your form, for example, the useful beforeSubmit.

5 0
6 followers
Viewed: 40 657 times
Version: 2.0
Category: How-tos
Tags: Forms, How to, yii2

MySQL migration environment

Created 9 years ago by Fabrizio Caldarelli, updated 9 years ago by 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: 13 759 times
Version: 2.0
Category: How-tos

Simple Jui Autocomplete in yii2

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

To use jui auto complete widget first add

0 0
3 followers
Viewed: 53 117 times
Version: 2.0
Category: Tutorials

Yii2: Query build for complexity SQL

Created 9 years ago by Scott_Huang, updated 9 years ago by 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: 40 414 times
Version: 2.0
Category: Tips