Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Update docs to reflect template map resolver change in v3 #155

Merged
merged 1 commit into from
Jun 11, 2016
Merged

Update docs to reflect template map resolver change in v3 #155

merged 1 commit into from
Jun 11, 2016

Conversation

Xerkus
Copy link
Member

@Xerkus Xerkus commented Jun 6, 2016

No description provided.

the namespace `Application\Controller\\` is normalized to
`Application\\`).
the namespace `Application\Controller\` is normalized to
`Application\`).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The double-backslashes were actually required to ensure that the backtick isn't considered a literal. 😄 Re-instating during merge.

Copy link
Member Author

@Xerkus Xerkus Jun 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weierophinney I noticed that github markdown renderer does not treat backslash as special character in backticked strings and docs site appears to be using same renderer:
https://zendframework.github.io/zend-mvc/migration/to-v3-0/#zendmvcviewinjecttemplatelistener

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll double check. Syntastic was flashing it in my editor, and I've run
into issues before.
On Jun 11, 2016 5:50 PM, "Aleksei Khudiakov" notifications@github.com
wrote:

In doc/book/migration/to-v3-0.md
#155 (comment):

To avoid naming conflicts, version 3 removes this aspect of autodetection, and
instead provides exactly one workflow for mapping:

  • Strip the Controller subnamespace, if present (e.g.,
    • the namespace Application\Controller\\ is normalized to
    • Application\\).
    • the namespace Application\Controller\ is normalized to
    • Application\).

I noticed that github markdown renderer does not treat backslash as
special character in backticked strings and docs site appears to be using
same renderer:

https://zendframework.github.io/zend-mvc/migration/to-v3-0/#zendmvcviewinjecttemplatelistener


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
https://github.com/zendframework/zend-mvc/pull/155/files/157d3e194a080971b1c8c8d7f28d5c17d7ce15ef#r66712875,
or mute the thread
https://github.com/notifications/unsubscribe/AABlV4s6jUGnD36egpcb9L46xJccMRI-ks5qKzvBgaJpZM4IvKn3
.

@weierophinney weierophinney merged commit 157d3e1 into zendframework:master Jun 11, 2016
weierophinney added a commit that referenced this pull request Jun 11, 2016
Update docs to reflect template map resolver change in v3
weierophinney added a commit that referenced this pull request Jun 11, 2016
- Minor edits to use an active voice, provide cross-document links, and correct
  formatting.
weierophinney added a commit that referenced this pull request Jun 11, 2016
weierophinney added a commit that referenced this pull request Jun 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants