Differences

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

Link to this comparison view

en:entwickler:tabellenzugriffsklassen [2015/11/04 22:43] – created thomas-rcven:entwickler:tabellenzugriffsklassen [2016/12/03 15:11] (current) – typos ximex
Line 3: Line 3:
   * **readData** reads out the corresponding record from the database. With special deliveries the SQL statement can still be changed. (Eg.: roles_class.php)   * **readData** reads out the corresponding record from the database. With special deliveries the SQL statement can still be changed. (Eg.: roles_class.php)
   * **clear** initializes all read data. The method can initialize more data in derived specific class  (Eg.: organization_class.php)   * **clear** initializes all read data. The method can initialize more data in derived specific class  (Eg.: organization_class.php)
-  * **setArray** If previously read the data in an array, you can pass this array to the class and then works with the data. This akes sense, if the data are read in the script through a loop, but will be accessed with methods of the class+  * **setArray** If previously read the data in an array, you can pass this array to the class and then works with the data. This makes sense, if the data are read in the script through a loop, but will be accessed with methods of the class
   * **setValue** If you want to change a value, this be done using this method. The method can be derived in the specific class to apply to specific tests to the passed data eg. is_numeric (Eg.: roles_class.php)   * **setValue** If you want to change a value, this be done using this method. The method can be derived in the specific class to apply to specific tests to the passed data eg. is_numeric (Eg.: roles_class.php)
   * **getValue** returns a value. The method can be derived in the specific class if necessary to put other data there (Eg.: users_class.php)   * **getValue** returns a value. The method can be derived in the specific class if necessary to put other data there (Eg.: users_class.php)
  • en/entwickler/tabellenzugriffsklassen.1446673382.txt.gz
  • Last modified: 2015/11/04 22:43
  • by thomas-rcv