# formidable/3.06.06/deprecated.php

Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes &amp; More, version 3.06.06. 15 lines.

- Page: https://pluginprobe.com/plugins/formidable/3.06.06/code/deprecated.php
- Raw: https://pluginprobe.com/plugins/formidable/3.06.06/raw/deprecated.php
- Modified: 2019-05-03T22:58:28+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/formidable/3.06.06/code/deprecated.php#L10-L20`.

```php
<?php

// Instansiate Models
global $frmdb;
global $frm_field;
global $frm_form;
global $frm_entry;
global $frm_entry_meta;

$frmdb              = new FrmDbDeprecated();
$frm_field          = new FrmFieldDeprecated();
$frm_form           = new FrmFormDeprecated();
$frm_entry          = new FrmEntryDeprecated();
$frm_entry_meta     = new FrmEntryMetaDeprecated();

```
