Development

#4288 (Typo in The Book for sf1.1 and 1.2 for 06-Inside-the-Controller-Layer)

You must first sign up to be able to contribute.

Ticket #4288 (closed documentation: fixed)

Opened 3 months ago

Last modified 3 months ago

Typo in The Book for sf1.1 and 1.2 for 06-Inside-the-Controller-Layer

Reported by: Corvinian Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.1.0
Keywords: book typo docs Cc:
Qualification: Unreviewed

Description

Some unimportant typo is in '06-Inside-the-Controller-Layer', after book version 1.0 a listing was removed, so the listing now wrongly references itself.

// WRONG: This action is equivalent to the one shown in Listing 6-12

// CORRECT: This action is equivalent to the one shown in Listing 6-11

public function executeShow($request) {

$article = ArticlePeer::retrieveByPK($request->getParameter('id')); $this->forward404If(!$article);

} ...

Typo in 1.1 and 1.2 docs: http://www.symfony-project.org/book/1_{1,2}/06-Inside-the-Controller-Layer Correct in the documentation for sf 1.0.

Change History

08/30/08 10:40:04 changed by FabianLange

  • status changed from new to closed.
  • resolution set to fixed.

(In [11250]) doc: fixed #4288