|
@@ -37,8 +37,9 @@
|
|
|
<listitem>
|
|
<listitem>
|
|
|
<para>
|
|
<para>
|
|
|
<link linkend="zend.view.helpers.initial.navigation.sitemap">Sitemap</link>,
|
|
<link linkend="zend.view.helpers.initial.navigation.sitemap">Sitemap</link>,
|
|
|
- used for rendering sitemaps conforming to the
|
|
|
|
|
- <ulink url="http://www.sitemaps.org/protocol.php">Sitemaps <acronym>XML</acronym> format</ulink>.
|
|
|
|
|
|
|
+ used for rendering sitemaps conforming to the <ulink
|
|
|
|
|
+ url="http://www.sitemaps.org/protocol.php">Sitemaps <acronym>XML</acronym>
|
|
|
|
|
+ format</ulink>.
|
|
|
</para>
|
|
</para>
|
|
|
</listitem>
|
|
</listitem>
|
|
|
<listitem>
|
|
<listitem>
|
|
@@ -88,8 +89,8 @@
|
|
|
filtering out pages when rendering, and
|
|
filtering out pages when rendering, and
|
|
|
<code>{get|set}UseAcl()</code> controls whether <acronym>ACL</acronym> should
|
|
<code>{get|set}UseAcl()</code> controls whether <acronym>ACL</acronym> should
|
|
|
be enabled. The methods <methodname>hasAcl()</methodname> and
|
|
be enabled. The methods <methodname>hasAcl()</methodname> and
|
|
|
- <methodname>hasRole()</methodname> checks if the helper has an <acronym>ACL</acronym>
|
|
|
|
|
- instance or a role registered.
|
|
|
|
|
|
|
+ <methodname>hasRole()</methodname> checks if the helper has an
|
|
|
|
|
+ <acronym>ACL</acronym> instance or a role registered.
|
|
|
</para>
|
|
</para>
|
|
|
</listitem>
|
|
</listitem>
|
|
|
<listitem>
|
|
<listitem>
|
|
@@ -1765,9 +1766,9 @@ foreach ($this->container as $page) {
|
|
|
<para>
|
|
<para>
|
|
|
The Sitemap helper is used for generating <acronym>XML</acronym> sitemaps, as
|
|
The Sitemap helper is used for generating <acronym>XML</acronym> sitemaps, as
|
|
|
defined by the <ulink
|
|
defined by the <ulink
|
|
|
- url="http://www.sitemaps.org/protocol.php">Sitemaps <acronym>XML</acronym> format</ulink>.
|
|
|
|
|
- Read more about <ulink url="http://en.wikipedia.org/wiki/Sitemaps">Sitemaps
|
|
|
|
|
- on Wikpedia</ulink>.
|
|
|
|
|
|
|
+ url="http://www.sitemaps.org/protocol.php">Sitemaps <acronym>XML</acronym>
|
|
|
|
|
+ format</ulink>. Read more about <ulink
|
|
|
|
|
+ url="http://en.wikipedia.org/wiki/Sitemaps">Sitemaps on Wikpedia</ulink>.
|
|
|
</para>
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
<para>
|
|
@@ -1806,8 +1807,8 @@ foreach ($this->container as $page) {
|
|
|
<row>
|
|
<row>
|
|
|
<entry><code>loc</code></entry>
|
|
<entry><code>loc</code></entry>
|
|
|
<entry>
|
|
<entry>
|
|
|
- Absolute <acronym>URL</acronym> to page. An absolute <acronym>URL</acronym> will
|
|
|
|
|
- be generated by the helper.
|
|
|
|
|
|
|
+ Absolute <acronym>URL</acronym> to page. An absolute
|
|
|
|
|
+ <acronym>URL</acronym> will be generated by the helper.
|
|
|
</entry>
|
|
</entry>
|
|
|
</row>
|
|
</row>
|
|
|
<row>
|
|
<row>
|
|
@@ -1922,14 +1923,14 @@ foreach ($this->container as $page) {
|
|
|
<para>
|
|
<para>
|
|
|
<code>{get|set}ServerUrl()</code> gets/sets server <acronym>URL</acronym>
|
|
<code>{get|set}ServerUrl()</code> gets/sets server <acronym>URL</acronym>
|
|
|
that will be prepended to non-absolute <acronym>URL</acronym>s in the
|
|
that will be prepended to non-absolute <acronym>URL</acronym>s in the
|
|
|
- <methodname>url()</methodname> method. If no server <acronym>URL</acronym> is specified,
|
|
|
|
|
- it will be determined by the helper.
|
|
|
|
|
|
|
+ <methodname>url()</methodname> method. If no server <acronym>URL</acronym> is
|
|
|
|
|
+ specified, it will be determined by the helper.
|
|
|
</para>
|
|
</para>
|
|
|
</listitem>
|
|
</listitem>
|
|
|
<listitem>
|
|
<listitem>
|
|
|
<para>
|
|
<para>
|
|
|
- <methodname>url()</methodname> is used to generate absolute <acronym>URL</acronym>s to
|
|
|
|
|
- pages.
|
|
|
|
|
|
|
+ <methodname>url()</methodname> is used to generate absolute
|
|
|
|
|
+ <acronym>URL</acronym>s to pages.
|
|
|
</para>
|
|
</para>
|
|
|
</listitem>
|
|
</listitem>
|
|
|
<listitem>
|
|
<listitem>
|