[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/blocks/rss_client/db/ -> install.xml (source)

   1  <?xml version="1.0" encoding="UTF-8" ?>
   2  <XMLDB PATH="blocks/rss_client/db" VERSION="20120122" COMMENT="XMLDB file for Moodle rss_client block"
   3      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   4      xsi:noNamespaceSchemaLocation="../../../lib/xmldb/xmldb.xsd"
   5  >
   6    <TABLES>
   7      <TABLE NAME="block_rss_client" COMMENT="Remote news feed information. Contains the news feed id, the userid of the user who added the feed, the title of the feed itself and a description of the feed contents along with the url used to access the remote feed. Preferredtitle is a field for future use - intended to allow for custom titles rather than those found in the feed">
   8        <FIELDS>
   9          <FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="true"/>
  10          <FIELD NAME="userid" TYPE="int" LENGTH="10" NOTNULL="true" DEFAULT="0" SEQUENCE="false"/>
  11          <FIELD NAME="title" TYPE="text" NOTNULL="true" SEQUENCE="false"/>
  12          <FIELD NAME="preferredtitle" TYPE="char" LENGTH="64" NOTNULL="true" SEQUENCE="false"/>
  13          <FIELD NAME="description" TYPE="text" NOTNULL="true" SEQUENCE="false"/>
  14          <FIELD NAME="shared" TYPE="int" LENGTH="2" NOTNULL="true" DEFAULT="0" SEQUENCE="false"/>
  15          <FIELD NAME="url" TYPE="char" LENGTH="255" NOTNULL="true" SEQUENCE="false"/>
  16        </FIELDS>
  17        <KEYS>
  18          <KEY NAME="primary" TYPE="primary" FIELDS="id" />
  19        </KEYS>
  20      </TABLE>
  21    </TABLES>
  22  </XMLDB>


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1