Wiki

Articles tagged with "yiic"X
Displaying 1-6 of 6 result(s).

Cron Jobs in Yii

Created 15 days ago by aarondfrancisHow-tos1 comment – viewed 2,725 times – ( +2 )
I've gotten Yii running cron jobs, and wanted to explain briefly how I did it.

Turn Web HTML Into Newsletter

Created 4 months ago by yasenHow-tos0 comments – viewed 3,828 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 9 months ago by BenTutorials5 comments – viewed 7,673 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

Created 11 months ago by Dustin OpreaHow-tos0 comments – viewed 3,976 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

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

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