Development

#3655 (Minor error in description of code examples)

You must first sign up to be able to contribute.

Ticket #3655 (closed documentation: fixed)

Opened 6 months ago

Last modified 6 months ago

Minor error in description of code examples

Reported by: nanlokd Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.0.16
Keywords: Cc:
Qualification: Unreviewed

Description

In the "Layer Separation Beyond MVC" section of chapter two of the book,

"An example of a MySQL-specific data access layer is presented in Listing 2-6, followed by a sample database abstraction layer in Listing 2-7."

is written. Listing 2-6 is the database abstraction layer and 2-7 is the data access layer.

Change History

05/30/08 13:07:04 changed by FabianLange

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

(In [9380]) doc: fixed typo. fixes #3655