Wiki

Articles tagged with "yiic", sorted by ratingX
Displaying 1-6 of 6 result(s).

Run Yiic directly from your app without a shell

Created about a year ago by jacmoeHow-tos5 comments – viewed 11,115 times – ( +15 )
Sometimes it would be nice if we could run yiic from an action, for example a migrate database button in our admin panel. Or because you are on a host which doesn't have shell access. Or maybe you are not allowed run popen or exec.

Turn Web HTML Into Newsletter

Created 4 months ago by yasenHow-tos0 comments – viewed 3,821 times – ( +5 )
These newsletters have always been hard to create as regular web HTML is not properly read by web email interfaces and email clients. I thought that the simplest solution would be to use a web page that would serve as a web version of the newsletter and turn it somehow into newsletter HTML.

Create Yii Project In Cloud9

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

Cron Jobs in Yii

Created 14 days ago by aarondfrancisHow-tos0 comments – viewed 2,665 times – ( +2 )
I've gotten Yii running cron jobs, and wanted to explain briefly how I did it.

Adding Bash Command Completion for Yii Commands

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

How to extend yiic shell commands

Created 3 years ago by qiangTutorials1 comment – viewed 13,249 times – ( +1 )
Note: this tutorial requires Yii 1.0.8 or later.
tags: yiic