Wiki

Articles in category "tutorials", sorted by date (updated)X
Displaying 151-160 of 172 result(s).

Yii and XAMPP server on Windows

Updated 2 years ago by TrejderTutorials0 comments – viewed 28,555 times – ( +3 )
This article explains issues about installing XAMPP server package (Lite version) on Windows OS and configuring it for serving webapps written in Yii. Please note, that XAMPP is available for many more platforms and systems. I write about Windows edition as it was the only one tested by me.
tags: windows, xampp, server

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

Updated 2 years ago by TrejderTutorials1 comment – viewed 27,618 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.

Module based login

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

How to implement multiple page layouts in an application

Updated 2 years ago by weiTutorials2 comments – viewed 56,355 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,437 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,342 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,137 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,535 times – ( +3 / -1 )
Here is a quick tutorial for connecting Yii with Twitter using the Pogostick Yii Extensions Library.
tags: twitter

How to use markItUp! on a text field for full WYSIWYG editing

Updated 2 years ago by weiTutorials2 comments – viewed 13,537 times – ( +3 )
This tutorial will show you how to use the Pogostick Yii Extension Library to make an HTML TEXTAREA input element into a full-fledged WYSIWYG editor pretty much with very little code.

Integrating FirePHP

Updated 2 years ago by ricardogranaTutorials4 comments – viewed 7,264 times – ( +7 )
Install Firebug plugin for Firefox from here.