User Tools

Site Tools


en:dev:284:deprecated

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:dev:284:deprecated [27.06.2015 09:01] Manuela v.d.Deckenen:dev:284:deprecated [16.07.2015 22:14] – translated introduction (the rest is in English already) mrbaseman
Line 1: Line 1:
-FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// +====== Deprecated-List of 2.8.4 ====== 
- +THis list is based on the thread [[http://websitebaker.org/forum/index.php/topic,24049.0.html|Important hints from core-dev-team]] in the forum, which already announces changes in the system since 2010.
-====== Deprecated-Liste der 2.8.4 ====== +
-Diese Liste basiert auf dem Forenthread [[http://websitebaker.org/forum/index.php/topic,24049.0.html|Important hints from core-dev-team]] +
-der schon seit 2010 Änderungen im System ankündigt.+
  
   * (17) 2015-03 (from WB 2.8.4)\\ [b]Concerns:[/b] class WbDatabase and class mysql\\ [b]Deprecated:[/b] all of the Alias-methods and Alias-properties are set deprecated and will be removed in next version.\\ __Take care:__ do not use the method //mysql::fetchRow()// if you like to request an assoziative array. From next version the method will deliver a numeric array only (like the corresponding method in class mysqli_result).\\ [b]Replacement:[/b] use //mysql::fetchArray(MYSQLI_ASSOC)// or //msql::fetchAssoc()// to request assoziated arrays.   * (17) 2015-03 (from WB 2.8.4)\\ [b]Concerns:[/b] class WbDatabase and class mysql\\ [b]Deprecated:[/b] all of the Alias-methods and Alias-properties are set deprecated and will be removed in next version.\\ __Take care:__ do not use the method //mysql::fetchRow()// if you like to request an assoziative array. From next version the method will deliver a numeric array only (like the corresponding method in class mysqli_result).\\ [b]Replacement:[/b] use //mysql::fetchArray(MYSQLI_ASSOC)// or //msql::fetchAssoc()// to request assoziated arrays.