Wiki

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

Turn Web HTML Into Newsletter

Updated about 22 hours ago by yasenHow-tos0 comments – viewed 3,787 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.

Cron Jobs in Yii

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

Create Yii Project In Cloud9

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

Adding Bash Command Completion for Yii Commands

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

Run Yiic directly from your app without a shell

Updated about a year ago by jacmoeHow-tos5 comments – viewed 11,100 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.

How to extend yiic shell commands

Updated 2 years ago by weiTutorials1 comment – viewed 13,220 times – ( +1 )
Note: this tutorial requires Yii 1.0.8 or later.
tags: yiic