Wiki

Articles in category "tutorials", sorted by commentsX
Displaying 161-170 of 172 result(s).

belajar AR : part 1 (learn AR : part 1)

Created 2 years ago by riandayTutorials0 comments – viewed 5,202 times
hai teman yii... apa kabar.. kembali lagi bersama catatan saya..
tags: indonesia

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

Created 8 months ago by bennounaTutorials0 comments – viewed 3,228 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.

Creating Yii applications with composer

Created 8 months ago by schmunkTutorials0 comments – viewed 12,375 times – ( +19 )
Creating Yii applications with composer

Yii tinymce结合syntaxHighlighter和syntax

Created 2 years ago by Darwin WenTutorials0 comments – viewed 4,953 times – ( +1 )
首先我们需要下载好Yii tinymce扩展,放入你的extensions目录下,

Creating HTML code using Jamboree Panels

Created 4 months ago by bluyellTutorials0 comments – viewed 4,381 times – ( +2 )

Upload CSV File

Created 4 months ago by bhavesh vaghelaTutorials0 comments – viewed 4,029 times – ( +3 )
View file

Upload Files to Rackspace Cloud Files CDN

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

[PT-BR] Proteção Contra Logout CSRF

Created 2 years ago by Rodrigo CoelhoTutorials0 comments – viewed 4,331 times – ( +2 / -1 )
CSRF é o acrônimo para Cross-site request forgery. CSRF é um ataque que forca o usuário a executar ações não desejadas numa aplicação Web na qual ele está autenticado.

Custom Login Error Messages

Created 2 months ago by whoopassTutorials0 comments – viewed 5,596 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.

Send mail using YiiMail extension

Created 2 months ago by RKATutorials0 comments – viewed 4,179 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