My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
deprecations  

Featured
Updated Feb 4, 2010 by kazu....@gmail.com

Deprecations

First of all apologies, most of the deprecations DO NOT support backwards compatibility. This is because through some discussion on the "pear developers" mailing list.

We have decided that this changes are nescessary in order to meet standards and make the package as easy to use for as many developers as possible.

a list of deprecations are listed below by release.

VERSION 0.2.1

  1. columnExists will be renamed to hasColumn
  2. rowExists will be renamed to hasRow

VERSION 0.2.2

Method renaming

  1. column > getColumn
  2. headers > getHeaders
  3. row > getRow
  4. rows > getRows
  5. cell > getCell
  6. uses > load (also loadable as an optional argument in the contructor method) // will keep alias
  7. rawArray > getRawArray
  8. coordinatable > hasCell
  9. injectHeaders > setHeaders
  10. symmetric > isSymmetric // will keep alias
  11. settings > setConfig
  12. asymmetry > getAsymmetricRows // will keep alias

Dropped classes

  1. File_CSV_GetSql

File removal (from package.xml)

  1. doc/phpdoc/
  2. misc/output

package.xml changes

  1. README (change role from "data" to "doc")
  2. LICENCE (change role from "data" to "doc")

README

  1. add link to google-code documentation

VERSION 1.0.0

Package name renamed from

  • File_CSV_Get
to
  • File_CSV_DataSource

Alias methods in previous release have been removed. all documentation has been updated, please refer to it for examples and guidance.


Sign in to add a comment
Powered by Google Project Hosting