wp-IniFileLoad

wp-IniFileLoad is a simple plug-in. This plug in offers functions to load necessary common data from IniFile in your WordPress.

Author:Masarki Kondo (profile at wordpress.org)
WordPress version required:2.1
WordPress version tested:2.0
Plugin version:1.1.1
Added to WordPress repository:29-02-2008
Last updated:11-04-2008
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.belive.jp/archives/wp-IniFileLoad-...
Total downloads:1 022
Active installs:10+
plugin download
Click to start download

wp-IniFileLoad is a simple plug-in.
This plug in offers functions to load necessary common data from IniFile in your WordPress.
The result is returned an associative array for.

IniFile Format

  1. The structure of the ini file is the same as the php.ini’s.
  2. The result is returned an associative array for.(eg. sample01.ini)
  3. Section “data” and “function” are defined as a special section.(eg. sample03.ini)
  4. Section “data” is put in a “data” key.(eg. sample01.ini)
  5. You can put a space between two names in a section name (exclude “function”). When you wrote the section name, it is parsed to a double associative arrays.(eg. sample02.ini)
  6. When there is a “function” section, with a lambda function defined with a value, the result is converted.(eg. sample03.ini)
  7. The section except “data” and “function” is put in an “option” key.(eg. sample01.ini)

History

ver. 1.0

2008.02.23
first version.

ver. 1.1

2008.03.12
INI data came to have cache. And I added function wp_clear_inidata and wp_reload_inifile.

ver. 1.1.1

2008.04.11
I did not limit a double associative array to a “data” section.