Wiki

Displaying 1-10 of 467 result(s).

How to Setting Layouts in Yii

Created 10 days ago by ruderbytesHow-tos1 comment – viewed 3,276 times – ( +2 / -3 )
usually someone confused to make layouts in yii.

Cron Jobs in Yii

Created 14 days ago by aarondfrancisHow-tos0 comments – viewed 2,665 times – ( +2 )
I've gotten Yii running cron jobs, and wanted to explain briefly how I did it.

Disable login page if user is logged in

Created 15 days ago by freezingbananaTutorials1 comment – viewed 2,439 times – ( +3 / -11 )
This is a very simple tutorial that demonstrates how to redirect user back to the returnUrl if he is already logged in.

Creating a Simple CRUD App With Yii2

Created 16 days ago by Charles R. Portwood IITutorials8 comments – viewed 5,894 times – ( +5 / -3 )
Getting Started With Yii Framework 2. A Basic Tutorial
tags: yii2, tutorial, howto

Logging to Heroku's logs from Yii

Created 17 days ago by aarondfrancisHow-tos0 comments – viewed 951 times – ( +2 )
In order to get your Yii logs into Heroku's logs, you have to work a little bit of magic. You'll need to modify the boot.sh script and add the following two lines:
tags: heroku, Logging

Implementing a WebDAV server using SabreDAV

Created 18 days ago by nineinchnickTutorials2 comments – viewed 1,192 times – ( +4 )
This article will show you how to easily implement a WebDAV server in your project using SabreDAV.

Profiling using XDebug

Created 18 days ago by le_topHow-tos1 comment – viewed 1,077 times – ( +2 )
A short explication on how to extract profile information for PHP on your server using XDebug and KCacheGrind or WinCacheGrind.

defaultScope

Created 23 days ago by Gerhard LiebenbergHow-tos4 comments – viewed 1,842 times – ( +3 )
This example includes a composite condition as well as an empty condition - as if you bypass or disable defaultScope without using resetScope().

Implementing menu items with progress (wait) dialog

Created 26 days ago by TrejderHow-tos0 comments – viewed 2,400 times – ( +1 )
This article shows one of possible ways to implement menu items (as well as links), which displays a progress / wait dialog and are redirecting browser to destination URL in the same time. This is especially useful, for links or routes that are know to be loaded for a prolonged period of time (i.e. getting a lot of data from database).

Client-side form validation using Twitter Bootstrap's Popovers

Created 26 days ago by TrejderHow-tos0 comments – viewed 6,347 times – ( +3 )
This article explains how to easily turn standard text-line validation errors into beautifully and professionally looking Twitter Bootstrap's Popovers.