PluginProbe
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards / 5.5.4
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards v5.5.4
5.5.83 5.5.82 5.5.81 5.5.80 5.5.79 5.5.77 5.5.76 5.5.75 5.5.73 5.5.72 5.5.22 5.5.23 5.5.29 5.5.3 5.5.31 5.5.32 5.5.34 5.5.35 5.5.36 5.5.37 5.5.4 5.5.40 5.5.41 5.5.42 5.5.43 All 159 releases
wp-data-access / WPDataAccess / Plugin_Table_Models / WPDA_Logging_Model.php

WPDA_Logging_Model.php in WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards 5.5.4, at WPDataAccess/Plugin_Table_Models/WPDA_Logging_Model.php

26 lines 436 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 /**
4 * Suppress "error - 0 - No summary was found for this file" on phpdoc generation
5 *
6 * @package WPDataAccess\Plugin_Table_Models
7 */
8
9 namespace WPDataAccess\Plugin_Table_Models {
10
11 /**
12 * Class WPDA_Logging_Model
13 *
14 * Model for plugin table 'logging'
15 *
16 * @author Peter Schulz
17 * @since 2.6.0
18 */
19 class WPDA_Logging_Model extends WPDA_Plugin_Table_Base_Model {
20
21 const BASE_TABLE_NAME = 'wpda_logging';
22
23 }
24
25 }
26