Wiki

Sorted by date (updated)X
Displaying 441-450 of 467 result(s).

Installing WAMP - Apache, MySQL, & PHP on Windows 7

Updated 2 years ago by TrejderTutorials1 comment – viewed 27,493 times – ( +2 )
Installing WAMP on XP was pretty easy; W7 is not so trivial. It's not difficult once you know, but it took me best part of a day to figure out and required gleaning various bits of information from around the web; this tutorial brings it all together in one place to (hopefully) make other peoples lives that bit easier. It does assume that you are reasonably happy configuring Apache, PHP, and MySQL and mainly deals with the W7 quirks.

Saving files to a blob field in the database

Updated 2 years ago by zaccariaTips7 comments – viewed 26,213 times – ( +6 / -2 )
As a follow-up from the How to upload a file using a model wiki entry that explains how to save a file to the filesystem, this article will do the same using a blob field in the database.
tags: File upload

Module based login

Updated 2 years ago by suriyansureshTutorials6 comments – viewed 32,341 times – ( +14 )
If you want to add module based login to a site without using RBAC, please follow these guidelines.

Using recaptchlib in your projects

Updated 2 years ago by Antonio RamirezHow-tos2 comments – viewed 5,320 times – ( +5 )
It is good when someone writes extensions for us but trust, sometimes we forget about other approaches that, if we know the library, we shouldn't forget.

Implementing cron jobs with Yii

Updated 2 years ago by samdarkHow-tos4 comments – viewed 28,641 times – ( +26 / -1 )
There are two ways to run a cron job:
tags: cron, cli

How to implement multiple page layouts in an application

Updated 2 years ago by weiTutorials2 comments – viewed 55,854 times – ( +23 )
In this tutorial, we describe how to implement multiple layouts for action views in an application. As an example, we assume that the pages in our application will use three different layouts:
tags: layout

How to make use of a fragment cache

Updated 2 years ago by weiTutorials0 comments – viewed 5,401 times – ( +1 )
According to the manual http://jp.php.net/manual/en/memcache.installation.php;
tags: cache, memcache

How to extend yiic shell commands

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

How to use Highslide for image popups

Updated 2 years ago by weiTutorials0 comments – viewed 11,089 times – ( +1 )
You can download the highslide javascript from http://highslide.com/. And here is an explanation on that URL;
tags: image, popups

How To Connect With Twitter From Yii

Updated 2 years ago by weiTutorials1 comment – viewed 14,429 times – ( +3 / -1 )
Here is a quick tutorial for connecting Yii with Twitter using the Pogostick Yii Extensions Library.
tags: twitter