Wiki

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

Integrating Yii with Wordpress

Created about a year ago by isekreamTips4 comments – viewed 21,417 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...

Yiinitializr: The Library

Created about a month ago by Antonio RamirezOthers4 comments – viewed 3,294 times – ( +11 )
Introduction

Image resize on the fly

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

How to use the official Yii installer for Composer

Created about a month ago by br0skHow-tos3 comments – viewed 3,194 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.

Common Yii questions

Created about a year ago by dckurushinFAQs2 comments – viewed 23,596 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

The complete beginner's study guide for the Yii Framework

Created 7 months ago by Rodrigo CoelhoTips2 comments – viewed 17,286 times – ( +18 )
Start studying the MVC pattern. You will understand the roles of the model, the view and the controller and know where goes each part of the code.

Links to Yii FAQs on the web

Created about a year ago by schmunkFAQs1 comment – viewed 4,736 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

YouTube API v2.0 – Browser-based Uploading

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

Adding Bash Command Completion for Yii Commands

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

Creating Yii applications with composer

Created 8 months ago by schmunkTutorials0 comments – viewed 12,434 times – ( +19 )
Creating Yii applications with composer