Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit007a54f

Browse files
committed
Fixing typo thanks to@xabbuh
1 parent873706c commit007a54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎book/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ By default, the router will generate relative URLs (e.g. ``/blog``). From
12371237
a controller, simply pass ``true`` to the third argument of the ``generateUrl()``
12381238
method::
12391239

1240-
$this->getgenerateUrl('blog_show', array('slug' => 'my-blog-post'), true);
1240+
$this->generateUrl('blog_show', array('slug' => 'my-blog-post'), true);
12411241
// http://www.example.com/blog/my-blog-post
12421242

12431243
From a template, it looks like this:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp