Wiki

Articles in category "how-tos", sorted by viewsX
Displaying 141-150 of 182 result(s).

YiiBooster: How to implement files and images upload on TbRedactor Widget

Created about a month ago by Antonio RamirezHow-tos2 comments – viewed 4,558 times – ( +10 )
I have been requested to provide a tutorial on how to use the file upload feature of the TbRedactor widget, and even though I am no longer supporting the library due that the work belongs to Clevertech, I feel that I owe that to the Yii developers. So, here is the  tutorial.

Using SQLite and CDbMessageSource as a module

Created 11 months ago by pheadeauxHow-tos4 comments – viewed 4,410 times – ( +4 )
There are scenarios when you work with DVCS (like Mercurial or Git) and CDbMessageSource. To my experience keeping the development database and production database in sync can be very time consuming. Plus, when working in a team, you never know when the database was updated.

simple CSV export

Created 7 months ago by bluyellHow-tos3 comments – viewed 4,374 times – ( +1 )
tags: csv, excel, export

Rendering a view file in a console application

Created about a year ago by TompiHow-tos1 comment – viewed 4,370 times – ( +2 )
When someone want to send formatted HTML mails from a console application she/he will probably come across the problem of rendering view files.

Open Dialog from ajax content

Created 2 months ago by TouzasHow-tos1 comment – viewed 4,091 times – ( +3 / -1 )
This tutorial will show you how to create Ajax dialog. It's very simple code.

How to hide index.php on Microsoft Windows Server with IIS7

Created 8 months ago by GiulianoHow-tos1 comment – viewed 4,015 times – ( +7 )
I've seen lot of people struggling in finding a way to hide the script name when installing their Yii Application. In an Apache environment everything is well documented in this wiki article, but for those who are running their app on a Windows Server machine there are no hints.

Adding Bash Command Completion for Yii Commands

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

Create sitemap.xml file dynamically on root folder with one hit

Created 6 months ago by kiran sharmaHow-tos1 comment – viewed 3,939 times – ( +4 / -1 )
I had created one controller file which can create sitemap.xml file(which is used for seo, google crawler and many other puropse) dynamically with one run.
tags: SEO, SiteMap, XML

Integrating HybridAuth directly into Yii without an extension

Created 2 months ago by biz devHow-tos2 comments – viewed 3,855 times – ( +8 )
This article tries to explain the steps required in integrating the HybridAuth into Yii directly, without using an extension.

Turn Web HTML Into Newsletter

Created 4 months ago by yasenHow-tos0 comments – viewed 3,849 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.