Wiki articles in category How-tos tagged with "get"

Showing 1-2 of 2 items.

Load data from internal/external source to fill form fields

Created 11 years ago by skworden skworden, updated 11 years ago by skworden skworden.

This wiki is to show you how to use jQuery get and JSON to get data from a dropdown/any form field and fill form fields with the values instantaneously. First, I'll give example use cases of what I'm going to teach you so you can quickly see if this is for you.

1 0
5 followers
Viewed: 40 139 times
Version: 2.0
Category: How-tos

Yii registry, how to use it, does it exist at all?

Created 14 years ago by dckurushin dckurushin, updated 13 years ago by resurtm resurtm.

If you coming to Yii with experience with Zend Framework for example, most likely you get used to

Zend_Registry::get('paramName');
Zend_Registry::set('paramName');
6 0
9 followers
Viewed: 41 240 times
Version: 1.1
Category: How-tos