Wiki

Articles tagged with "tutorial", sorted by viewsX
Displaying 11-20 of 20 result(s).

Avoiding duplicate script download when using Ajax calls to render different Views

Created about a year ago by Antonio RamirezTips4 comments – viewed 10,859 times – ( +10 )
I had to partially render two types of views, depending on user selection. Wanted to display a GRID or a LIST style with an event that AJAX'ed new contents and update a layer with them.
tags: tutorial, AJAX, views

Send asset folder path to a javascript of a widget

Created about a year ago by sensorarioTips4 comments – viewed 10,013 times – ( +4 )
When you develop a widget, you could need one image that is in the assets folder, you can use it simply within a css. You can load a css or javascript script doing this:

Additional form data with XUpload

Created 7 months ago by AsgarothHow-tos5 comments – viewed 9,976 times – ( +5 )
In this article you'll learn how to send additional form data when uploading files using XUpload widget

Avoiding duplicate script download when using CActiveForm on Ajax calls

Created about a year ago by Antonio RamirezTutorials2 comments – viewed 9,936 times – ( +11 / -1 )
Sometimes the active form we wish to use to edit/add a new element on our database is too small and we believe that is much better to use an AJAX'ed dialog/slide form rather than reloading the page to just display one or two fields.

Yii Security-extended guide

Created about a year ago by bingjie2680Tips11 comments – viewed 9,763 times – ( +6 / -6 )
This article is called extended guide is because there is already a security guide in the Yii tutorial security section. but that guide is not complete in the sense that it does not rise the developers' attention to some other commonly happening attacks: SQL injection and magic URL, which can be major vulnerabilities in your application without much caring.

Impersonate Users within Yii Framework

Created 2 years ago by WoilTutorials5 comments – viewed 8,998 times – ( +20 )
For some applications it can be advantageous for administration reasons to allow site administrators to login as other users. This is sometimes called user impersonation or "becoming that user".

Create Yii Project In Cloud9

Created 8 months ago by BenTutorials5 comments – viewed 7,657 times – ( +3 )
This tutorial will guide you through the process of creating a yii application using Cloud9. We will use a git workspace to enable version control and also show how to link the Cloud9 workspace to GitHub.

Our WebApp that will run without downtime during update/upgrade

Created about a year ago by Pinoy CoderzTutorials3 comments – viewed 6,000 times – ( +8 / -2 )
How many of us wonder how we can upgrade the website without hurting the operation of our WebApp?
tags: tutorial

Creating a Simple CRUD App With Yii2

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

How to Setting Layouts in Yii

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