Development

#4076 (Explanation on how to use sfSimpleAutoload in Chapter 15 of the 1.1 book must be updated)

You must first sign up to be able to contribute.

Ticket #4076 (closed documentation: fixed)

Opened 4 months ago

Last modified 4 months ago

Explanation on how to use sfSimpleAutoload in Chapter 15 of the 1.1 book must be updated

Reported by: rsevero Assigned to: fabien
Priority: minor Milestone: 1.1.1
Component: other Version: 1.1.0
Keywords: Cc:
Qualification: Unreviewed

Description

The second sentence of the paragraph above the sfSimpleAutload code example at http://www.symfony-project.org/book/1_1/15-Unit-and-Functional-Testing#Stubs,%20Fixtures,%20and%20Autoloading should read:

For this purpose, the sfSimpleAutoload class (which must be manually included) provides an addDirectory() method which expects an absolute path as parameter and that can be called several times for several directories.

Change History

07/26/08 18:16:55 changed by rsevero

Just enhancing the text:

For this purpose, the sfSimpleAutoload class (which must be manually included) provides an addDirectory() method which expects an absolute path as parameter and that can be called several times in case you need to include several directories on the search path.

08/01/08 17:39:36 changed by fabien

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

(In [10586]) [1.1, 1.2] fixed sfSimpleAutoload explanation (closes #4076, patch from rsevero)

08/01/08 17:39:50 changed by fabien

  • milestone set to 1.1.1.