Wiki

Articles in category "tutorials", sorted by date (updated)X
Displaying 1-10 of 172 result(s).

Catching bounce messages (NDR) and piping them to a Yii command

Updated a day ago by bennounaTutorials0 comments – viewed 3,187 times – ( +1 )
In order to avoid bounce messages and unsolicited registrations, most webapps send automatic activation emails upon user registration, and the account remain inactive as long as it is not activated. Better yet, you can periodically purge your data by removing accounts that have not yet been activated.

Implementing a WebDAV server using SabreDAV

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

Disable login page if user is logged in

Updated 12 days ago by freezingbananaTutorials1 comment – viewed 2,241 times – ( +2 / -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

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

NetBeans IDE and Yii projects

Updated 17 days ago by marcovtwoutTutorials28 comments – viewed 121,011 times – ( +69 )
This page is created to supply short directions and general tips for managing a Yii application in NetBeans IDE.

Ordering Models by Weight with CJuiSortable

Updated 24 days ago by Phil LoaizaTutorials2 comments – viewed 7,198 times – ( +9 )
In this tutorial we will be setting up a content type to be ordered by weight using the JUI Sortable plugin.

How to learn Yii?!

Updated about a month ago by yJeroenTutorials7 comments – viewed 37,075 times – ( +16 )
Here is a step by step To-Do list for Yii beginners. The list is an advice of what tutorials and documentation you can walk through to get a full understanding of the Yii Framework. These can be a help to learn Yii.

Create image thumbnails with php_img_preview

Updated about a month ago by Anas AbuDayahTutorials5 comments – viewed 5,526 times – ( +3 )
This is another way to view images in your application and I like this way because it's simple and I think it's better performance than other.
tags: images, views

Use crypt() for password storage

Updated about a month ago by fsbTutorials11 comments – viewed 14,817 times – ( +16 )
There Is Now A cpasswordhelper Class In system.utils at GitHub that provides an API to simplify the use of crypt() for password storage. While this wiki article remains valid, it will in due course be rewritten to refer to the new class as well as explain how it works.