Wiki

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

YII SaaS Multi Tenant application with single database

Created 18 days ago by Rajith RTutorials0 comments – viewed 1,675 times – ( +6 / -3 )
Lots of people are asking how to solve it with YII,We think its difficult with YII. But its easy to solve . There is no database triggers needed . we can simply sove it by extending a class(say "RActiveRecord") from CActiveRecord .Then extend all our model classes from that class.

Simple Mail Queue

Created 21 days ago by waterloomattTutorials0 comments – viewed 1,200 times – ( +2 )
This tutorial shows how to create a simple mail queue. It is usually run from a cron job but can be run from the command line too.

Disable login page if user is logged in

Created about a month ago by freezingbananaTutorials1 comment – viewed 3,510 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 about a month ago by Charles R. Portwood IITutorials12 comments – viewed 8,435 times – ( +6 / -3 )
Getting Started With Yii Framework 2. A Basic Tutorial
tags: yii2, tutorial, howto

Implementing a WebDAV server using SabreDAV

Created about a month ago by nineinchnickTutorials2 comments – viewed 1,794 times – ( +5 )
This article will show you how to easily implement a WebDAV server in your project using SabreDAV.

Send mail using YiiMail extension

Created 3 months ago by RKATutorials1 comment – viewed 6,094 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 3 months ago by nlacTutorials2 comments – viewed 4,865 times – ( +5 )
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 3 months ago by whoopassTutorials0 comments – viewed 6,238 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 3 months ago by rackyczTutorials2 comments – viewed 11,105 times – ( +21 )
Hi :-) Is that you again? Welcome !! :-)
tags: Created

Email function at Contact page

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