Consider the following code: <block type=”A/B” name=”root” output=”toHtml” template=”example/view.phtml”> What is the meaning of A/B?

  • “Module’s alias” / “Class name relative to the alias”
  • “Controller’s Alias” / “Class name relative to the alias”
  • “Controller’s Class” / “Method Name”
  • “Method Name” / “Parameter”

stackoverflow.com/a/6634917