Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

With CONTENIDO 4.9.0 some core components were refactored. This also affected the class cDb (formerly known as DB_Contenido) and its parent classes. Some code was ported to PHP 5, functions were extended or simply added. This results in much more secure and easier abstraction compared with its predecessor. This article introduces some of the changes that were made.

Table of Contents

query()

The method cDb::query() became much more fexible and now can be called in different variants with different parameter lists.

...