yii: autocomplete field with CJuiAutoComplete

by prettyscripts on 2012-01-20 14:17:00 • 1 comment »

phpyii

i have previously written a post on the same topic with CAutoComplete. since CAutoComplete is depreciated (since V113) and replaced with CJuiAutoComplete, i should keep my notes up-to-dated. i find that this is easier to implement. i found a solution b… more »

Tags: ajax, autocomplete, jquery, php, yii

yii: ajax autocomplete field

by prettyscripts on 2010-11-13 16:38:00 • Leave a comment »

phpyii

yii framework comes with CAutoComplete widget for this purpose. however by default, the displayed value is saved to the database. thankfully there's tutorial on how to display one value but save the id to the database. more »

Tags: ajax, autocomplete, php, save, yii

symfony: doctrine version of autocompleter widget from sfFormExtraPlugin

by prettyscripts on 2010-04-30 11:48:35 • 9 comments »

phpframeworksymfony

though it's not yet formally documented (as this post is written) from sfFormExtraPlugin's readme page, there doctrine version for autocomplete field called sfWidgetFormDoctrineJQueryAutocompleter included with the latest version of the plugin (v 1.1.1).… more »

Tags: autocomplete, doctrine, symfony