Update:Archive/2.0/Developers/Tools

From MozillaWiki
Jump to: navigation, search

« Back to Archive | Update: Main

Ambox outdated.png THIS PAGE MAY BE OUTDATED
This article is in parts, or in its entirety, outdated. Hence, the information presented on this page may be incorrect, and should be treated with due caution until this flag has been lifted. Help by editing the article, or discuss its contents on the talk page.

Development Tools

This section will serve to outline what frameworks and tools we will be using for the development of the UMO service.

Database Abstraction

There is discussion. We need to find the best tool for the job.

Goals

We need a DB abstraction layer to:

  1. Ensure portability to different RDBMS products/version
  2. Ensure a single and manageable practice to perform variable sanitizing against SQL-injection (i.e. binding in prepared statement fashion)
  3. Put your reason here

Candidates


Why ADOdb

  • Meets goals 1 and 2
  • More performant (and partially ported in C)
  • Put your reason here

Why Pear::DB

  • Meets goals 1 and 2
  • It is old, stable and widely used
  • Put your reason here

Why Pear::MDB

  • Meets goals 1 and 2
  • More portable
  • Put your reason here

Templating

This section has moved to its own page.