Wiki

Articles tagged with "yii", sorted by ratingX
Displaying 11-20 of 21 result(s).

YouTube API v2.0 – Browser-based Uploading

Created 8 months ago by VaibhavHow-tos1 comment – viewed 4,751 times – ( +5 )
Through the YouTube API you can upload files directly to the Youtube server. Youtube currently offers two services 1. Direct Link 2. Browser Based Uploading. In this wiki I will demonstrate how you can quickly set Browser Based Uploading for your Yii application. This is the protocol request that takes place.

How to use EzComponents in Yii

Created about a year ago by EhsanjsHow-tos0 comments – viewed 5,720 times – ( +5 )
change your index.php

Image resize on the fly

Created 6 months ago by TpoxaHow-tos3 comments – viewed 5,481 times – ( +4 )
For example have folder with image resources which are public accessible
tags: yii, image-resize

Integrating Wordpress and Yii: yet another approach

Created about a year ago by goncinHow-tos8 comments – viewed 11,647 times – ( +8 / -2 )
It seems many people is trying to make Wordpress and Yii work together. I got stuck with the same problem, but now I think I have achieved doing it, after a lot of hard thinking and many work hours spent.

Create Yii Project In Cloud9

Created 8 months ago by BenTutorials5 comments – viewed 7,655 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.

How to use the official Yii installer for Composer

Created about a month ago by br0skHow-tos3 comments – viewed 3,102 times – ( +3 )
This way of using Composer is different from the Phundament 3 based wiki in that it is using the new official Composer installer for Yii. It is also only making use of Packagist not the packages at packages.phundament.com. This wiki doesn't aim to replace the Phundament 3 based wiki it is just another way of doing it and I really like the fact that it can use Packagist directly and not a separate repository.

Install, update and use Yii with WAMP server

Created 7 months ago by mrsHow-tos4 comments – viewed 8,614 times – ( +4 / -1 )
Here I am describing how you can install and update Yii in WAMP sever.

Links to Yii FAQs on the web

Created about a year ago by schmunkFAQs1 comment – viewed 4,718 times – ( +2 )
While this is not a wiki article about a specific Yii topic, here is the list with more Yii FAQs:
tags: faq, yii, questions

A simple go back button widget

Created 7 months ago by CTalaHow-tos5 comments – viewed 6,835 times – ( +3 / -2 )
We all know that widgets are really useful. We can use the almost everywhere we want, and we can use the same code a lot of times ( Almost OOP ).

Adding Bash Command Completion for Yii Commands

Created 11 months ago by Dustin OpreaHow-tos0 comments – viewed 3,971 times – ( +1 )
This article discusses the installation/configuration of the YiiBash project (https://github.com/dsoprea/YiiBash).