Wiki

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

YouTube API v2.0 – Browser-based Uploading

Updated 8 months ago by VaibhavHow-tos1 comment – viewed 4,757 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.

Create Yii Project In Cloud9

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

Integrating Wordpress and Yii: still another approach, using Yii as the router/controller

Updated 9 months ago by fr0d0zHow-tos12 comments – viewed 13,176 times – ( +18 )
A lot of people have written posts on integrating Yii and WordPress. This article combines goncin's approach with an article I read about integrating Symfony and WordPress and applies it all to Yii and WordPress.

Adding Bash Command Completion for Yii Commands

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

Links to Yii FAQs on the web

Updated about a year ago by marcanuyFAQs1 comment – viewed 4,720 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

Starting your Yii Project Reference Guide (with Git VCS in Linux)

Updated about a year ago by marcanuyTutorials4 comments – viewed 13,355 times – ( +15 )
I've found useful to have a step by step reference guide to work with Git with most used commands, feel free to update it with useful information you may find interesting too.

Common Yii questions

Updated about a year ago by migajekFAQs2 comments – viewed 23,468 times – ( +20 )
Here I suggest to list the most common questions you meet in the forum or freenode irc. Feel free to edit this wiki article, and add another question with answer

How to use EzComponents in Yii

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

Integrating Wordpress and Yii: yet another approach

Updated about a year ago by goncinHow-tos8 comments – viewed 11,654 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.

Integrating Yii with Wordpress

Updated about a year ago by isekreamTips4 comments – viewed 21,275 times – ( +9 / -1 )
Well I finally had some time and tinkered a bit with the notion of integrating wordpress and Yii. Now for me I wanted to use Yii as a framework to develop wordpress plugins. Using some tips from imasia Article I was able to do a simple integration of yii as a wordpress plugin. The integration was very basic and i just used yii with its default installation site. I don;t know how it will really react with CRUD application as yet but it was fairly easy to integrate after reading the article...