drupal cafe №5 Харьков. drupal 7 views 3

Post on 29-Jun-2015

1.321 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

Краткий обзор Views 3

TRANSCRIPT

Алексей ГайдабураSkype: alexey.gaydaburaE-mail: gaydabura@gmail.com

Drupal 7 - Views 3

Feel power of Views● 456 343 sites currently report using this

module ● Maintenance status: Actively maintained ● 16 365 total issues ● About 30 Views-Related Contributed

Modules

The life of a view● Pages

● XML Feeds

● Blocks

● Search

● Admin interface

● Glossary

● Views hooks & templates

Displays of Views● Default display

● Page display

● Menu options (page display)

● Path options (page display)

● Block display

● Attachment display

● Feed display

Stucture

Views - Fields

Views - Filters

Views - Pager

Views - Relationships

Views - Header&Footer

Views - Contextual Filters

Views - Exposed Form

Views - Settings

Views - Grouping

Views - Permissions

Views - Other

Views - Other

Views - Caching

Views - Theming

● Display output: views-view.tpl.php● Style output: views-view-table.tpl.php (views-view-unformatted.tpl.php)● Row style output: views-view-fields.tpl.php● Filed style output: views-view-field.tpl.php

views-view.tpl.php

views-view-unformatted.tpl.php

views-view-fields.tpl.php

views-view-field.tpl.php

views-view-field.tpl.php

Views - Theming

Views - Hooks● hook_views_pre_view (&$view)● hook_views_pre_build (&$view)

● hook_views_query_alter (&$view, &$query)

● hook_views_pre_execute (&$view)

● hook_views_pre_render (&$view)

● hook_views_post_render (&$view)

Алексей ГайдабураSkype: alexey.gaydaburaE-mail: gaydabura@gmail.com

Sponsored by:

Drupal 7 - Views 3

top related