Skip to main content

Home/ Drupal Library/ Group items tagged documentation

Rss Feed Group items tagged

Jeff Beeman

Database API | drupal.org - 0 views

  •  
    The Drupal 7 Database API provides a standard, vendor-agnostic abstraction layer for accessing database servers. The API is designed to preserve the syntax and power of SQL as much as possible, but also: - to support multiple database servers easily;- to allow developers to leverage more complex functionality, such as transactions;- to provide a structured interface for the dynamic construction of queries;- to enforce security checks and other good practices;- to provide modules with a clean interface for intercepting and modifying a site's queries. The main Database API documentation is derived directly from comments in the code. This Handbook section augments those API docs by providing a tutorial for module authors who wish to interact with the database system, as well as an overview of the system from an administrator's point of view. Note that this Handbook may not cover every feature of the API. The Database API was built with object-oriented design concepts, and this document therefore assumes at least a partial familiarity with those concepts. However, most common operations have a procedural front-end as well, and developers may choose to use the procedural style for more readable code.
Jeff Beeman

Deploy - Content Staging in Drupal | drupal.org - 0 views

  •  
    This is the landing page for the Deploy module documentation. The Deploy module is designed to allow developers to easily stage Drupal content from one site to another. Deploy automatically manages dependencies between objects (like node references). It is designed to have a rich API which can be easily extended to be used in a variety of situations.
Jeff Beeman

Misbehaving servers - Varnish version trunk documentation - 0 views

  •  
    Information on Varnish Grace and Saint modes. "A key feature of Varnish is its ability to shield you from misbehaving web- and application servers."
1 - 4 of 4
Showing 20 items per page