|
|
@@ -32,10 +32,12 @@ $cmp = Zend_Version::compareVersion('2.0.0');
|
|
|
<para>
|
|
|
The static method <methodname>Zend_Version::getLatest()</methodname> provides the version
|
|
|
number of the last stable release available for download on the site
|
|
|
- <ulink linked="http://framework.zend.com/download/latest">Zend Framework</ulink>.
|
|
|
+ <ulink url="http://framework.zend.com/download/latest">Zend Framework</ulink>.
|
|
|
</para>
|
|
|
|
|
|
<example id="zend.version.latest.example">
|
|
|
+ <title>Example of the getLatest() Method</title>
|
|
|
+
|
|
|
<programlisting language="php"><![CDATA[
|
|
|
// returns 1.11.0 (or a later version)
|
|
|
echo Zend_Version::getLatest();
|