doc:skeletons:ini

This is an old revision of the document!


<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
 
<section xml:id="{extname}.configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
 &reftitle.runtime;
 &extension.runtime;
 
 <!-- If the extension doesn't define any ini options, use this entity -->
 <!-- &no.config; -->
 <para>
  <table>
   <title>{extname} &ConfigureOptions;</title>
   <tgroup cols="4">
    <thead>
     <row>
      <entry>&Name;</entry>
      <entry>&Default;</entry>
      <entry>&Changeable;</entry>
      <entry>&Changelog;</entry>
     </row>
    </thead>
    <tbody>
     <row>
      <entry>theini_option</entry>
      <entry>itsvalue</entry>
      <entry>its PHP_INI_* value</entry>
      <entry>leave empty. this will be filled by an automatic script</entry>
     </row>
     <row>
      <entry>anotherini_option</entry>
      <entry>itsvalue</entry>
      <entry>its PHP_INI_* value</entry>
      <entry></entry>
     </row>
    </tbody>
   </tgroup>
  </table>
 
  &ini.php.constants;
 
 </para>
 
 &ini.descriptions.title;
 
 <para>
  <variablelist>
 
   <varlistentry xml:id="ini.{extname}.theini-option">
    <term>
     <parameter>theini_option</parameter>
     <type>thetype</type>
    </term>
    <listitem>
     <para>
      Fill in the description of theini-option.
     </para>
    </listitem>
   </varlistentry>
 
   <varlistentry xml:id="ini.{extname}.anotherini-option">
    <term>
     <parameter>anotherini_option</parameter>
     <type>thetype</type>
    </term>
    <listitem>
     <para>
      Fill in the description of anotherini-option.
     </para>
    </listitem>
   </varlistentry>
 
  </variablelist>
 </para>
</section>
 
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
doc/skeletons/ini.1230517522.txt.gz · Last modified: 2017/09/22 13:28 (external edit)