Wiki articles tagged with "tutorial"

Showing 21-26 of 26 items.

Our WebApp that will run without downtime during update/upgrade

Created 14 years ago by Pinoy Coderz Pinoy Coderz, updated 13 years ago by Maurizio Domba Cerin Maurizio Domba Cerin.

How many of us wonder how we can upgrade the website without hurting the operation of our WebApp?

8 2
7 followers
Viewed: 16 007 times
Version: 1.1
Category: Tutorials
Tags: tutorial

Custom Autocomplete Display and Value Submission

Created 14 years ago by Antonio Ramirez Antonio Ramirez, updated 13 years ago by SebK SebK.

I was looking around wiki and found that was no approach as the one I did so I guessed this is worth to write.

12 0
18 followers
Viewed: 63 111 times
Version: 1.1
Category: How-tos

Implementing a User Level Access System

Created 14 years ago by Antonio Ramirez Antonio Ramirez, updated 11 years ago by Phil Loaiza Phil Loaiza.

Please note that this article is a simple example and good security should be taken into account when we play with authentication systems.

27 0
37 followers
Viewed: 74 168 times
Version: 1.1
Category: Tutorials

How-To: Create a REST API

Created 14 years ago by jwerner jwerner, updated 11 years ago by Rohit Suthar Rohit Suthar.

This article will explain how to create a REST API with the Yii framework.

98 2
123 followers
Viewed: 516 138 times
Version: 1.1
Category: How-tos

Actions code reuse with CAction

Created 14 years ago by Antonio Ramirez Antonio Ramirez, updated 14 years ago by Antonio Ramirez Antonio Ramirez.

Gii provides us normally with the following code on the 'actionCreate':

public function actionCreate()
{
   $model=new ModelName;

33 0
19 followers
Viewed: 56 665 times
Version: 1.1
Category: How-tos

Impersonate Users within Yii Framework

Created 14 years ago by Woil Woil, updated 14 years ago by Woil Woil.

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".

20 0
21 followers
Viewed: 28 517 times
Version: 1.1
Category: Tutorials