# wp-data-access/5.5.37/WPDataAccess/Plugin_Table_Models/WPDA_Logging_Model.php

WP Data Access – App Builder for Tables, Forms, Charts, Maps &amp; Dashboards, version 5.5.37. 26 lines.

- Page: https://pluginprobe.com/plugins/wp-data-access/5.5.37/code/WPDataAccess/Plugin_Table_Models/WPDA_Logging_Model.php
- Raw: https://pluginprobe.com/plugins/wp-data-access/5.5.37/raw/WPDataAccess/Plugin_Table_Models/WPDA_Logging_Model.php
- Modified: 2025-04-01T23:20:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-data-access/5.5.37/code/WPDataAccess/Plugin_Table_Models/WPDA_Logging_Model.php#L10-L20`.

```php
<?php

/**
 * Suppress "error - 0 - No summary was found for this file" on phpdoc generation
 *
 * @package WPDataAccess\Plugin_Table_Models
 */

namespace WPDataAccess\Plugin_Table_Models {

	/**
	 * Class WPDA_Logging_Model
	 *
	 * Model for plugin table 'logging'
	 *
	 * @author  Peter Schulz
	 * @since   2.6.0
	 */
	class WPDA_Logging_Model extends WPDA_Plugin_Table_Base_Model {

		const BASE_TABLE_NAME = 'wpda_logging';

	}

}

```
