Zend Framework

Typo error

Details

  • Type: Docs:  Problem Docs: Problem
  • Status: Resolved Resolved
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 1.0.1
  • Fix Version/s: 1.5.0
  • Component/s: Zend_Http_Client
  • Labels:
    None
  • Language:
    English

Description

I found some errors in documentation: line 56 in file Zend_Http_Client-Advanced.xml

$cookie = Zend_Http_Cookie::factory('flavor=chocolate%20chips');

must be

$cookie = Zend_Http_Cookie::fromString('flavor=chocolate%20chips');

Activity

Hide
Shahar Evron added a comment -

Fixed in TRUNK, r. 6618

Show
Shahar Evron added a comment - Fixed in TRUNK, r. 6618

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: