<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mickael+Noel</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mickael+Noel"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Mickael_Noel"/>
	<updated>2026-05-18T02:28:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Tables/menu&amp;diff=175400</id>
		<title>Tables/menu</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Tables/menu&amp;diff=175400"/>
		<updated>2015-04-22T12:58:38Z</updated>

		<summary type="html">&lt;p&gt;Mickael Noel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Usage ==&lt;br /&gt;
* Since:&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;menu Table (#__menu)&#039;&#039;&#039;&lt;br /&gt;
|- bgcolor=&amp;quot;lightgrey&amp;quot;&lt;br /&gt;
| Field || Type || Nullable || Default || Key || Extra || Comments&lt;br /&gt;
|-&lt;br /&gt;
| id               || integer      || NOT NULL ||  || PK || auto_increment ||&lt;br /&gt;
|-&lt;br /&gt;
|menutype          || varchar(24)  || NOT NULL ||  ||  ||  || The type of menu for the item. FK to #__menu_types.menutype&lt;br /&gt;
|-&lt;br /&gt;
| title            || varchar(255) || NOT NULL ||  ||  ||  || The display title for the menu item.&lt;br /&gt;
|-&lt;br /&gt;
| alias            || varchar(255) || NOT NULL ||  ||  ||  || The SEF alias for the menu item.&lt;br /&gt;
|-&lt;br /&gt;
| note             || varchar(255) || NOT NULL || &#039;&#039; ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| path             || varchar(1024) || NOT NULL ||   ||  ||  || The computed path for the menu item based on the alias field.&lt;br /&gt;
|-&lt;br /&gt;
| link             || varchar(1024) || NOT NULL ||  ||  ||  || The actually link that the menu item references.&lt;br /&gt;
|-&lt;br /&gt;
| type             || varchar(16)   || NOT NULL ||  ||  ||  || The type of link: Component, URL, Alias, Separator.&lt;br /&gt;
|-&lt;br /&gt;
| published        || tinyint(4)    || NOT NULL || 0 || ||  || The published state of the menu link.&lt;br /&gt;
|-&lt;br /&gt;
| parent_id        || integer unsigned || NOT NULL || 1 || || || The parent menu item in the menu tree.&lt;br /&gt;
|-&lt;br /&gt;
| level            || integer unsigned || NOT NULL || 0 || || || The relative level in the menu tree.&lt;br /&gt;
|-&lt;br /&gt;
| component_id     || integer unsigned || NOT NULL || 0 || || || FK to #__extensions.id&lt;br /&gt;
|-&lt;br /&gt;
| checked_out      || integer unsigned || NOT NULL || 0 ||  ||  ||  FK to #__users.id&lt;br /&gt;
|-&lt;br /&gt;
| checked_out_time || timestamp     || NOT NULL || &#039;0000-00-00 00:00:00&#039; || || || The time the menu item was checked out.&lt;br /&gt;
|-&lt;br /&gt;
| browserNav       || tinyint(4)    || NOT NULL || 0 ||  ||  || The click behaviour for the link.&lt;br /&gt;
|-&lt;br /&gt;
| access           || tinyint(3) unsigned || NOT NULL || 0 || || || The access level required to view the menu item.&lt;br /&gt;
|-&lt;br /&gt;
| img              || varchar(255)  || NOT NULL ||  ||  ||  || The image of the menu item.&lt;br /&gt;
|-&lt;br /&gt;
| template_style_id || integer unsigned || NOT NULL || 0 ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| params           || varchar(10240) || NOT NULL ||  ||  ||  || JSON-encoded data for the menu item.&lt;br /&gt;
|-&lt;br /&gt;
| lft              || integer       || NOT NULL || 0 ||  ||  || Nested set lft.&lt;br /&gt;
|-&lt;br /&gt;
| rgt              || integer       || NOT NULL || 0 ||  ||  || Nested set rgt.&lt;br /&gt;
|-&lt;br /&gt;
| home             || tinyint(3) unsigned || NOT NULL || 0 ||  ||  || Indicates if this menu item is the home or default page.&lt;br /&gt;
|-&lt;br /&gt;
| language         || char(7)       || NOT NULL || &#039;&#039; ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| client_id         || tinyint(4)       || NOT NULL || 0 ||  ||  || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Indices&#039;&#039;&#039;&lt;br /&gt;
|- bgcolor=&amp;quot;lightgrey&amp;quot;&lt;br /&gt;
| Index Name || Column(s) || Unique?&lt;br /&gt;
|-&lt;br /&gt;
| idx_alias_parent_id || alias, parent_id                         || Yes&lt;br /&gt;
|-&lt;br /&gt;
| idx_componentid     || component_id, menutype, published,access || No&lt;br /&gt;
|-&lt;br /&gt;
| idx_menutype        || menutype                                 || No&lt;br /&gt;
|-&lt;br /&gt;
| idx_left_right      || lft, rgt                                 || No&lt;br /&gt;
|-&lt;br /&gt;
| idx_alias           || alias                                    || No&lt;br /&gt;
|-&lt;br /&gt;
| idx_path            || path(333)                                || No&lt;br /&gt;
|-&lt;br /&gt;
| idx_language        || language                                 || No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Default character set: &#039;&#039;&#039;utf8&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Database]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mickael Noel</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Tables/menu&amp;diff=175399</id>
		<title>Tables/menu</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Tables/menu&amp;diff=175399"/>
		<updated>2015-04-22T12:57:26Z</updated>

		<summary type="html">&lt;p&gt;Mickael Noel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Usage ==&lt;br /&gt;
* Since:&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;menu Table (#__menu)&#039;&#039;&#039;&lt;br /&gt;
|- bgcolor=&amp;quot;lightgrey&amp;quot;&lt;br /&gt;
| Field || Type || Nullable || Default || Key || Extra || Comments&lt;br /&gt;
|-&lt;br /&gt;
| id               || integer      || NOT NULL ||  || PK || auto_increment ||&lt;br /&gt;
|-&lt;br /&gt;
|menutype          || varchar(24)  || NOT NULL ||  ||  ||  || The type of menu for the item. FK to #__menu_types.menutype&lt;br /&gt;
|-&lt;br /&gt;
| title            || varchar(255) || NOT NULL ||  ||  ||  || The display title for the menu item.&lt;br /&gt;
|-&lt;br /&gt;
| alias            || varchar(255) || NOT NULL ||  ||  ||  || The SEF alias for the menu item.&lt;br /&gt;
|-&lt;br /&gt;
| note             || varchar(255) || NOT NULL || &#039;&#039; ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| path             || varchar(1024) || NOT NULL ||   ||  ||  || The computed path for the menu item based on the alias field.&lt;br /&gt;
|-&lt;br /&gt;
| link             || varchar(1024) || NOT NULL ||  ||  ||  || The actually link that the menu item references.&lt;br /&gt;
|-&lt;br /&gt;
| type             || varchar(16)   || NOT NULL ||  ||  ||  || The type of link: Component, URL, Alias, Separator.&lt;br /&gt;
|-&lt;br /&gt;
| published        || tinyint(4)    || NOT NULL || 0 || ||  || The published state of the menu link.&lt;br /&gt;
|-&lt;br /&gt;
| parent_id        || integer unsigned || NOT NULL || 1 || || || The parent menu item in the menu tree.&lt;br /&gt;
|-&lt;br /&gt;
| level            || integer unsigned || NOT NULL || 0 || || || The relative level in the menu tree.&lt;br /&gt;
|-&lt;br /&gt;
| component_id     || integer unsigned || NOT NULL || 0 || || || FK to #__extensions.id&lt;br /&gt;
|-&lt;br /&gt;
| ordering         || integer       || NOT NULL || 0 ||  ||  || The relative ordering of the menu item in the tree.&lt;br /&gt;
|-&lt;br /&gt;
| checked_out      || integer unsigned || NOT NULL || 0 ||  ||  ||  FK to #__users.id&lt;br /&gt;
|-&lt;br /&gt;
| checked_out_time || timestamp     || NOT NULL || &#039;0000-00-00 00:00:00&#039; || || || The time the menu item was checked out.&lt;br /&gt;
|-&lt;br /&gt;
| browserNav       || tinyint(4)    || NOT NULL || 0 ||  ||  || The click behaviour for the link.&lt;br /&gt;
|-&lt;br /&gt;
| access           || tinyint(3) unsigned || NOT NULL || 0 || || || The access level required to view the menu item.&lt;br /&gt;
|-&lt;br /&gt;
| img              || varchar(255)  || NOT NULL ||  ||  ||  || The image of the menu item.&lt;br /&gt;
|-&lt;br /&gt;
| template_style_id || integer unsigned || NOT NULL || 0 ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| params           || varchar(10240) || NOT NULL ||  ||  ||  || JSON-encoded data for the menu item.&lt;br /&gt;
|-&lt;br /&gt;
| lft              || integer       || NOT NULL || 0 ||  ||  || Nested set lft.&lt;br /&gt;
|-&lt;br /&gt;
| rgt              || integer       || NOT NULL || 0 ||  ||  || Nested set rgt.&lt;br /&gt;
|-&lt;br /&gt;
| home             || tinyint(3) unsigned || NOT NULL || 0 ||  ||  || Indicates if this menu item is the home or default page.&lt;br /&gt;
|-&lt;br /&gt;
| language         || char(7)       || NOT NULL || &#039;&#039; ||  ||  ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Indices&#039;&#039;&#039;&lt;br /&gt;
|- bgcolor=&amp;quot;lightgrey&amp;quot;&lt;br /&gt;
| Index Name || Column(s) || Unique?&lt;br /&gt;
|-&lt;br /&gt;
| idx_alias_parent_id || alias, parent_id                         || Yes&lt;br /&gt;
|-&lt;br /&gt;
| idx_componentid     || component_id, menutype, published,access || No&lt;br /&gt;
|-&lt;br /&gt;
| idx_menutype        || menutype                                 || No&lt;br /&gt;
|-&lt;br /&gt;
| idx_left_right      || lft, rgt                                 || No&lt;br /&gt;
|-&lt;br /&gt;
| idx_alias           || alias                                    || No&lt;br /&gt;
|-&lt;br /&gt;
| idx_path            || path(333)                                || No&lt;br /&gt;
|-&lt;br /&gt;
| idx_language        || language                                 || No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Default character set: &#039;&#039;&#039;utf8&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Database]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mickael Noel</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Tables/menu&amp;diff=175398</id>
		<title>Tables/menu</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Tables/menu&amp;diff=175398"/>
		<updated>2015-04-22T12:57:02Z</updated>

		<summary type="html">&lt;p&gt;Mickael Noel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Usage ==&lt;br /&gt;
* Since:&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;menu Table (#__menu)&#039;&#039;&#039;&lt;br /&gt;
|- bgcolor=&amp;quot;lightgrey&amp;quot;&lt;br /&gt;
| Field || Type || Nullable || Default || Key || Extra || Comments&lt;br /&gt;
|-&lt;br /&gt;
| id               || integer      || NOT NULL ||  || PK || auto_increment ||&lt;br /&gt;
|-&lt;br /&gt;
|menutype          || varchar(24)  || NOT NULL ||  ||  ||  || The type of menu for the item. FK to #__menu_types.menutype&lt;br /&gt;
|-&lt;br /&gt;
| title            || varchar(255) || NOT NULL ||  ||  ||  || The display title for the menu item.&lt;br /&gt;
|-&lt;br /&gt;
| alias            || varchar(255) || NOT NULL ||  ||  ||  || The SEF alias for the menu item.&lt;br /&gt;
|-&lt;br /&gt;
| note             || varchar(255) || NOT NULL || &#039;&#039; ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| path             || varchar(1024) || NOT NULL ||   ||  ||  || The computed path for the menu item based on the alias field.&lt;br /&gt;
|-&lt;br /&gt;
| link             || varchar(1024) || NOT NULL ||  ||  ||  || The actually link that the menu item references.&lt;br /&gt;
|-&lt;br /&gt;
| type             || varchar(16)   || NOT NULL ||  ||  ||  || The type of link: Component, URL, Alias, Separator.&lt;br /&gt;
|-&lt;br /&gt;
| published        || tinyint(4)    || NOT NULL || 0 || ||  || The published state of the menu link.&lt;br /&gt;
|-&lt;br /&gt;
| parent_id        || integer unsigned || NOT NULL || 1 || || || The parent menu item in the menu tree.&lt;br /&gt;
|-&lt;br /&gt;
| level            || integer unsigned || NOT NULL || 0 || || || The relative level in the menu tree.&lt;br /&gt;
|-&lt;br /&gt;
| component_id     || integer unsigned || NOT NULL || 0 || || || FK to #__extensions.id&lt;br /&gt;
|-&lt;br /&gt;
| checked_out      || integer unsigned || NOT NULL || 0 ||  ||  ||  FK to #__users.id&lt;br /&gt;
|-&lt;br /&gt;
| checked_out_time || timestamp     || NOT NULL || &#039;0000-00-00 00:00:00&#039; || || || The time the menu item was checked out.&lt;br /&gt;
|-&lt;br /&gt;
| browserNav       || tinyint(4)    || NOT NULL || 0 ||  ||  || The click behaviour for the link.&lt;br /&gt;
|-&lt;br /&gt;
| access           || tinyint(3) unsigned || NOT NULL || 0 || || || The access level required to view the menu item.&lt;br /&gt;
|-&lt;br /&gt;
| img              || varchar(255)  || NOT NULL ||  ||  ||  || The image of the menu item.&lt;br /&gt;
|-&lt;br /&gt;
| template_style_id || integer unsigned || NOT NULL || 0 ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| params           || varchar(10240) || NOT NULL ||  ||  ||  || JSON-encoded data for the menu item.&lt;br /&gt;
|-&lt;br /&gt;
| lft              || integer       || NOT NULL || 0 ||  ||  || Nested set lft.&lt;br /&gt;
|-&lt;br /&gt;
| rgt              || integer       || NOT NULL || 0 ||  ||  || Nested set rgt.&lt;br /&gt;
|-&lt;br /&gt;
| home             || tinyint(3) unsigned || NOT NULL || 0 ||  ||  || Indicates if this menu item is the home or default page.&lt;br /&gt;
|-&lt;br /&gt;
| language         || char(7)       || NOT NULL || &#039;&#039; ||  ||  ||&lt;br /&gt;
|&lt;br /&gt;
| client_id         || tinyint(4)       || NOT NULL || 0 ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Indices&#039;&#039;&#039;&lt;br /&gt;
|- bgcolor=&amp;quot;lightgrey&amp;quot;&lt;br /&gt;
| Index Name || Column(s) || Unique?&lt;br /&gt;
|-&lt;br /&gt;
| idx_alias_parent_id || alias, parent_id                         || Yes&lt;br /&gt;
|-&lt;br /&gt;
| idx_componentid     || component_id, menutype, published,access || No&lt;br /&gt;
|-&lt;br /&gt;
| idx_menutype        || menutype                                 || No&lt;br /&gt;
|-&lt;br /&gt;
| idx_left_right      || lft, rgt                                 || No&lt;br /&gt;
|-&lt;br /&gt;
| idx_alias           || alias                                    || No&lt;br /&gt;
|-&lt;br /&gt;
| idx_path            || path(333)                                || No&lt;br /&gt;
|-&lt;br /&gt;
| idx_language        || language                                 || No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Default character set: &#039;&#039;&#039;utf8&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Database]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mickael Noel</name></author>
	</entry>
</feed>