Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Joomlatools Framework - https://www.joomlatools.com/developer/framework/ * ..
Decoded Output download
<?php
/**
* Joomlatools Framework - https://www.joomlatools.com/developer/framework/
*
* @copyright Copyright (C) 2011 Johan Janssens and Timble CVBA. (http://www.timble.net)
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
* @link http://github.com/joomlatools/joomlatools-framework-files for the canonical source repository
*/
/**
* Containers Database Table
*
* @author Ercan Ozkaya <https://github.com/ercanozkaya>
* @package Koowa\Component\Files
*/
class ComFilesDatabaseTableContainers extends KDatabaseTableAbstract
{
protected function _initialize(KObjectConfig $config)
{
$config->append(array(
'filters' => array(
'slug' => 'cmd',
'path' => 'com:files.filter.path',
'parameters' => 'json'
),
'behaviors' => array(
'lib:database.behavior.sluggable' => array('columns' => array('id', 'title')),
'parameterizable'
)
));
parent::_initialize($config);
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Joomlatools Framework - https://www.joomlatools.com/developer/framework/
*
* @copyright Copyright (C) 2011 Johan Janssens and Timble CVBA. (http://www.timble.net)
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
* @link http://github.com/joomlatools/joomlatools-framework-files for the canonical source repository
*/
/**
* Containers Database Table
*
* @author Ercan Ozkaya <https://github.com/ercanozkaya>
* @package Koowa\Component\Files
*/
class ComFilesDatabaseTableContainers extends KDatabaseTableAbstract
{
protected function _initialize(KObjectConfig $config)
{
$config->append(array(
'filters' => array(
'slug' => 'cmd',
'path' => 'com:files.filter.path',
'parameters' => 'json'
),
'behaviors' => array(
'lib:database.behavior.sluggable' => array('columns' => array('id', 'title')),
'parameterizable'
)
));
parent::_initialize($config);
}
}
Function Calls
None |
Stats
MD5 | 0650f7f7a25b0ae7bd465c92baaf754d |
Eval Count | 0 |
Decode Time | 125 ms |