Wiki

Sorted by ratingX
Displaying 351-360 of 469 result(s).

Install, update and use Yii with WAMP server

Created 7 months ago by mrsHow-tos4 comments – viewed 8,754 times – ( +4 / -1 )
Here I am describing how you can install and update Yii in WAMP sever.

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

Created 6 months ago by kiran sharmaHow-tos1 comment – viewed 3,940 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

Caching the config main.php

Created about a year ago by dckurushinTutorials10 comments – viewed 7,941 times – ( +4 / -1 )
The config long array included every time, and it's not cached at all!

Creating and updating model and its related models in one form, inc. image

Created 8 months ago by BoazHow-tos8 comments – viewed 14,389 times – ( +5 / -2 )
We start slowly and simple...

Performance - A Guide For Best Practice

Created 3 years ago by Y!!Tutorials3 comments – viewed 11,643 times – ( +8 / -5 )
In this guide I will explain best practise regarding performance in MySQL, PHP and of course our loved Yii Framework. Since this is a complex topic, I will start with some basics and then expand this guide from time to time. Since this wiki can become big, you may click on View history - there you can see what changes have been made, so you don't miss anything.
tags: performance

How to setup yiic on WAMP (XP/Vista)

Created 4 years ago by krillzipTutorials3 comments – viewed 49,088 times – ( +2 )
This page assumes that you have installed Wampserver on your MS Windows computer.

Advanced CTabView using CClipWidget

Created 4 years ago by krillzipTutorials1 comment – viewed 7,982 times – ( +2 )
Here is a way to dynamically extend tabs based on clips. Probably even more complex things could be done.

Links to Yii FAQs on the web

Created about a year ago by schmunkFAQs1 comment – viewed 4,725 times – ( +2 )
While this is not a wiki article about a specific Yii topic, here is the list with more Yii FAQs:
tags: faq, yii, questions

How to log context information to logger (session id, user, ...)

Created 3 years ago by olafureTutorials0 comments – viewed 8,258 times – ( +2 )
Logging context information (session, user, ...) to the logfile can be of great help tracking down problems with specific users.
tags: Logging

Access log output from unit tests

Created 11 months ago by MikeTips2 comments – viewed 3,033 times – ( +2 )
Say, you want to write a test for a component which provides a caching feature. How would you know, that some method of your component returns a cached result? With the solution described here you can inspect all log outputs. So you could search the logs for accesses to the DB to really make sure, that the result was served from cache.