Wiki articles tagged with "Hzl"

Showing 1-5 of 5 items.

A simple widget - jump2link

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

namespace app\components;

0 0
1 follower
Viewed: 13 116 times
Version: 2.0
Category: Tutorials

Yii2: Query build for complexity SQL

Created 8 years ago by Scott_Huang, updated 8 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: 39 026 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 8 years ago by Scott_Huang, updated 8 years ago by 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: 25 416 times
Version: 2.0
Category: Tutorials
2 0
3 followers
Viewed: 34 922 times
Version: 2.0
Category: How-tos

Customize your Growl/Alert msg easy and quickly

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

I leverage Kartik's notification widgets.

0 1
2 followers
Viewed: 15 812 times
Version: 2.0
Category: Tips