Showing 1-16 of 16 items.

YouTube API v2.0 – Browser-based Uploading

Created 14 years ago by Vaibhav Vaibhav, updated 14 years ago by Vaibhav Vaibhav. 2 comments

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.

2 0
7
Viewed: 28 161 times
Version: 1.1
Category: How-tos

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

Created 14 years ago by acorncom acorncom, updated 13 years ago by acorncom acorncom. 24 comments

When you're finished following this article, you'll have a website that integrates WordPress and Yii routes in under one path. For example, you can setup /widgets and /customers to point to Yii controllers and /about-us, /contact-us, /blog/* and /faq pointing to WordPress pages.

19 0
24
Viewed: 91 879 times
Version: 1.1
Category: How-tos

How to use PHPExcel external library with Yii

Created 15 years ago by Antonio Ramirez Antonio Ramirez, updated 12 years ago by cgsmith cgsmith. 15 comments

Trying to learn and help some other programmers to find their solutions on the Yii Forum (I think is a superb way to learn the framework), I was facing one challenge with an external library that a fellow programmer wanted to use -quite good indeed: PHPExcel. And what is PHPExcel?

27 1
25
Viewed: 149 628 times
Version: 1.1
Category: How-tos