Development

#4206 (error on Zend Framework autoload instructions)

You must first sign up to be able to contribute.

Ticket #4206 (closed documentation: fixed)

Opened 4 months ago

Last modified 4 months ago

error on Zend Framework autoload instructions

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

Description

Where it says:

spl_autoload_register(array('Zend_Loader', 'Zend_Loader'));

it should say:

spl_autoload_register(array('Zend_Loader', 'autoload'));

Change History

(in reply to: ↑ description ) 08/15/08 22:50:22 changed by pgodel

  • version changed from 1.0.17 to 1.1.0.

sorry, version is 1.1.0

08/19/08 17:06:42 changed by fabien

  • milestone set to 1.1.2.

08/19/08 17:07:11 changed by fabien

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

(In [10953]) [doc] [1.1, 1.2] fixed typo (closes #4206)