README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
The Views Custom Table module gives the functionality to integrate your custom
table to views. So… |
view_custom_table.admin.inc |
view_custom_table.admin.inc |
|
File for administrative functions. |
view_custom_table.info |
view_custom_table.info |
|
name = Views Custom Table
description = This module gives ability to add a custom table in views.
core = 7.x
package = Views
dependencies[] = views:views
configure = admin/structure/views/custom_table
; Views Handlers
files[] =… |
view_custom_table.install |
view_custom_table.install |
|
Installation functions for the View Custom Table module. |
view_custom_table.module |
view_custom_table.module |
|
view_custom_table.module |
view_custom_table_handler_field_date_time.inc |
views/handlers/view_custom_table_handler_field_date_time.inc |
|
Definition of views_handler_field_date. |
view_custom_table_handler_filter_date.inc |
views/handlers/view_custom_table_handler_filter_date.inc |
|
Definition of views_handler_filter_date. |
view_custom_table_handler_sort_date.inc |
views/handlers/view_custom_table_handler_sort_date.inc |
|
Definition of views_handler_sort_date. |