|
|
@@ -264,6 +264,20 @@ $controller->setControllerDirectory('./application/controllers')
|
|
|
->setBaseUrl('/projects/myapp'); // set the base url!
|
|
|
$response = $controller->dispatch();
|
|
|
]]></programlisting>
|
|
|
+
|
|
|
+ <note>
|
|
|
+ <title>Fully-Qualified URL is not supported</title>
|
|
|
+ <para>
|
|
|
+ Passing a fully-qualified URL (ie: http://example.com/) to the
|
|
|
+ <methodname>setBaseUrl</methodname> method is not supported, and
|
|
|
+ will cause issues for both the usage describe above and when using
|
|
|
+ the URL view helper. See ticket
|
|
|
+ <ulink url="http://framework.zend.com/issues/browse/ZF-10923">
|
|
|
+ ZF-10923
|
|
|
+ </ulink> for more details.
|
|
|
+ </para>
|
|
|
+ </note>
|
|
|
+
|
|
|
</sect3>
|
|
|
|
|
|
<sect3 id="zend.controller.request.http.method">
|