Skip to main content

Home/ Drupal Library/ Group items tagged views

Rss Feed Group items tagged

Jeff Beeman

Learn Views with NodeOne, part 1: Overview | NodeOne - 0 views

  •  
    This screencast series introduces Views from the very basics, and presents more or less all the concepts you need to know when configuring Views. It does not by any mean cover everything about Views - it does not, for example, cover theming Views or coding for Views - but it should provide you will all the necessary tools for going on and explore the Views universe yourself.
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.
1 - 2 of 2
Showing 20 items per page