__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Imagely\NGG\DataMapper;
abstract class WPModel extends Model {
public $ID;
public $comment_count;
public $comment_status;
public $extras_post_id;
public $filter;
public $guid;
public $id_field;
public $menu_order;
public $ping_status;
public $pinged;
public $post_author;
public $post_content;
public $post_content_filtered;
public $post_date;
public $post_date_gmt;
public $post_excerpt;
public $post_id;
public $post_mime_type;
public $post_modified;
public $post_modified_gmt;
public $post_name;
public $post_parent;
public $post_password;
public $post_status;
public $post_title;
public $post_type;
public $pricelist_id;
public $to_ping;
public function get_primary_key_column() {
return 'ID';
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| DriverBase.php | File | 16.63 KB | 0644 |
|
| Manager.php | File | 4.47 KB | 0644 |
|
| Model.php | File | 2.16 KB | 0644 |
|
| TableDriver.php | File | 16.33 KB | 0644 |
|
| Validation.php | File | 10.79 KB | 0644 |
|
| WPModel.php | File | 754 B | 0644 |
|
| WPPostDriver.php | File | 15.73 KB | 0644 |
|