Wiki

Articles in category "tutorials"X
Displaying 1-10 of 172 result(s).

Disable login page if user is logged in

Created 14 days ago by freezingbananaTutorials1 comment – viewed 2,331 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 15 days ago by Charles R. Portwood IITutorials8 comments – viewed 5,711 times – ( +5 / -3 )
Getting Started With Yii Framework 2. A Basic Tutorial
tags: yii2, tutorial, howto

Implementing a WebDAV server using SabreDAV

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

Send mail using YiiMail extension

Created 2 months ago by RKATutorials0 comments – viewed 3,879 times – ( +2 )
Let me show a simpe example to send mail using YiiMail extension in 5 steps. It also includes any template view if required along with the content.
tags: YiiMail

A simple way to get Yii client-side form validation run when submitting by ajax

Created 2 months ago by nlacTutorials0 comments – viewed 3,543 times – ( +4 )
A time ago i've met the issue that Yii doesn't run any client-side form validation when submitting the form by CHtml::ajaxSubmitButton. The small javascript below helps to fix it.

Custom Login Error Messages

Created 2 months ago by whoopassTutorials0 comments – viewed 5,468 times – ( +7 )
The Yii Framework is very powerful and it provides a lot of functionality right from the pre-built webapp. One of the nice things that is already established for you as a developer is the Login authentication. While the default configuration simply sets it up to run against an array of hard coded usernames and passwords, the Yii Blog Tutorial provides a how to in connecting that login authentication method to a database so you can run your logins against the registered users. Talk about sweet deal.

Yii for beginners 2

Created 2 months ago by rackyczTutorials2 comments – viewed 9,483 times – ( +20 )
Hi :-) Is that you again? Welcome !! :-)
tags: Created

Email function at Contact page

Created 2 months ago by sarthakTutorials1 comment – viewed 2,210 times – ( +1 / -3 )
***note : only for linux users.
tags: email, contact, ssmtp

Upload Files to Rackspace Cloud Files CDN

Created 3 months ago by StephenMiracleTutorials0 comments – viewed 2,760 times – ( +1 )
** I actually made this into an extension for easier use. You can view the extension: http://www.yiiframework.com/extension/rackspaceconnect/

Define general array and variable and call it to anywhere in application

Created 4 months ago by bhavesh vaghelaTutorials2 comments – viewed 2,631 times – ( +2 / -4 )
Create param.php file in protected/config