yii: default view results to last page

by prettyscripts on 2011-10-25 12:36:00 • Leave a comment »

phpyii

i have pages of result and want to default the view to last page and found the solution here. in controller action function, more »

Tags: grid, last, list, page, yii

html: definition list

by prettyscripts on 2007-12-05 00:47:44 • Leave a comment »

html

i always forget the syntax for <dl>, <dt> and <dd> tags, even though it’s obvious – list, terms and definition / description. here’s the correct syntax:<dl> <dt>the term</dt> <dd>description</d… more »

Tags: html, list