SYSPATH/classes/Kohana/View.php [ 265 ]
260 */
261 public function set_filename($file)
262 {
263 if (($path = Kohana::find_file('views', $file)) === FALSE)
264 {
265 throw new View_Exception('The requested view :file could not be found', array(
266 ':file' => $file,
267 ));
268 }
269
270 // Store the file path locally
-
SYSPATH/classes/Kohana/View.php [ 145 ] » Kohana_View->set_filename(arguments)
0
string(24) "page/editais-e-portarias"
140 */ 141 public function __construct($file = NULL, array $data = NULL) 142 { 143 if ($file !== NULL) 144 { 145 $this->set_filename($file); 146 } 147 148 if ($data !== NULL) 149 { 150 // Add the values to the current data
-
SYSPATH/classes/Kohana/View.php [ 30 ] » Kohana_View->__construct(arguments)
0
string(24) "page/editais-e-portarias"
1
array(0)
25 * @param array $data array of values 26 * @return View 27 */ 28 public static function factory($file = NULL, array $data = NULL) 29 { 30 return new View($file, $data); 31 } 32 33 /** 34 * Captures the output that is generated when a view is included. 35 * The view data will be extracted to make local variables. This method
-
APPPATH/src/Application/Controller/BaseController.php [ 63 ] » Kohana_View::factory(arguments)
0
string(24) "page/editais-e-portarias"
1
array(0)
58 } 59 60 $data = array( 61 'titlePage' => $configPage ? end($configPage) : 'CRO RN', 62 'breadcrumbs' => $breadcrumbs, 63 'body' => \View::factory($view, $dataBody) 64 ); 65 66 return $this->renderResponse('content/default', $data); 67 } 68
-
{PHP internal call} » Application\Controller\BaseController->pageAction(arguments)
0
string(0) ""
1
string(19) "editais-e-portarias"
2
NULL
-
/home/crorn2022/src/Mix/Application.php [ 217 ] » call_user_func_array(arguments)
function_name
array(2) ( 0 => object Application\Controller\BaseController(5)
{ protected layout => string(12) "layouts/site" protected ui => object Mix\UiManager(11)
1 => string(10) "pageAction" ){ protected projectName => NULL protected menus => array(0) protected pageTitle => NULL protected pageDescription => NULL protected breadCrumb => array(0) protected tabs => array(0) protected activeMenu => NULL protected activeSubmenu => NULL protected pageActions => array(0) protected username => NULL protected userActions => NULL }
protected db => object Doctrine\DBAL\Connection(15){ protected _conn => NULL protected _config => object Doctrine\DBAL\Configuration(1)
protected application => object Application(7){ protected _attributes => array(0) }
protected _eventManager => object Doctrine\Common\EventManager(1){ private _listeners => array(0) }
protected _expr => object Doctrine\DBAL\Query\Expression\ExpressionBuilder(1){ private connection => object Doctrine\DBAL\Connection(15) { *RECURSION* } }
private _isConnected => bool FALSE private autoCommit => bool TRUE private _transactionNestingLevel => integer 0 private _transactionIsolationLevel => NULL private _nestTransactionsWithSavepoints => bool FALSE private _params => array(6) ( "dbname" => string(12) "crorn_site22" "user" => string(7) "crorn22" "password" => string(12) "FwuQ87hIwuO3" "host" => string(28) "mysql.crorn.dreamhosters.com" "driver" => string(9) "pdo_mysql" "charset" => string(4) "utf8" ) private platform => NULL protected _schemaManager => NULL protected _driver => object Doctrine\DBAL\Driver\PDOMySql\Driver(0){ }
private _isRollbackOnly => bool FALSE protected defaultFetchMode => integer 2 }{ protected modules => array(0) private values => array(13) ( "config" => object Config(2)
protected request => object Symfony\Component\HttpFoundation\Request(21){ protected _sources => array(1) ( 0 => object Config_File(1)
"environment" => integer 10 "default_connection_name" => string(10) "production" "connection_params" => array(6) ( "dbname" => string(12) "crorn_site22" "user" => string(7) "crorn22" "password" => string(12) "FwuQ87hIwuO3" "host" => string(28) "mysql.crorn.dreamhosters.com" "driver" => string(9) "pdo_mysql" "charset" => string(4) "utf8" ) "db_configuration" => object Doctrine\DBAL\Configuration(1){ protected _directory => string(6) "config" }
) protected _groups => array(2) ( "database" => object Config_Group(2){ public production => array(6) ( "dbname" => string(12) "crorn_site22" "user" => string(7) "crorn22" "password" => string(12) "FwuQ87hIwuO3" "host" => string(28) "mysql.crorn.dreamhosters.com" "driver" => string(9) "pdo_mysql" "charset" => string(4) "utf8" ) public development => array(6) ( "dbname" => string(12) "crorn_site22" "user" => string(7) "crorn22" "password" => string(12) "FwuQ87hIwuO3" "host" => string(28) "mysql.crorn.dreamhosters.com" "driver" => string(9) "pdo_mysql" "charset" => string(4) "utf8" ) }
"page" => object Config_Group(19){ public fiscalizacao => array(1) ( 0 => string(14) "Fiscalização" ) public transparencia => array(1) ( 0 => string(37) "Transparencia e prestação de contas" ) public ouvidoria => array(1) ( 0 => string(9) "Ouvidoria" ) public fale-conosco => array(1) ( 0 => string(12) "Fale Conosco" ) public quem-somos => array(1) ( 0 => string(10) "Quem Somos" ) public diretoria => array(1) ( 0 => string(9) "Diretoria" ) public legislacao => array(1) ( 0 => string(12) "Legislação" ) public legislacao.codigos => array(2) ( 0 => string(12) "Legislação" 1 => string(8) "Códigos" ) public legislacao.leis => array(2) ( 0 => string(12) "Legislação" 1 => string(4) "Leis" ) public legislacao.regimento => array(2) ( 0 => string(12) "Legislação" 1 => string(9) "Regimento" ) public legislacao.normas => array(2) ( 0 => string(12) "Legislação" 1 => string(6) "Normas" ) public legislacao.manuais => array(2) ( 0 => string(12) "Legislação" 1 => string(7) "Manuais" ) public legislacao.cid => array(2) ( 0 => string(12) "Legislação" 1 => string(3) "CID" ) public parcerias => array(1) ( 0 => string(9) "Parcerias" ) public como-se-registrar => array(1) ( 0 => string(17) "Como se Registrar" ) public concursos => array(1) ( 0 => string(9) "Concursos" ) public boleto => array(1) ( 0 => string(16) "Boleto Bancário" ) public editais-e-portarias => array(1) ( 0 => string(19) "Editais e Portarias" ) public jornais => array(1) ( 0 => string(7) "Jornais" ) }
) }{ protected _attributes => array(0) }
"db" => object Doctrine\DBAL\Connection(15){ protected _conn => NULL protected _config => object Doctrine\DBAL\Configuration(1)
"ui" => object Mix\UiManager(11){ protected _attributes => array(0) }
protected _eventManager => object Doctrine\Common\EventManager(1){ private _listeners => array(0) }
protected _expr => object Doctrine\DBAL\Query\Expression\ExpressionBuilder(1){ private connection => object Doctrine\DBAL\Connection(15) { *RECURSION* } }
private _isConnected => bool FALSE private autoCommit => bool TRUE private _transactionNestingLevel => integer 0 private _transactionIsolationLevel => NULL private _nestTransactionsWithSavepoints => bool FALSE private _params => array(6) ( "dbname" => string(12) "crorn_site22" "user" => string(7) "crorn22" "password" => string(12) "FwuQ87hIwuO3" "host" => string(28) "mysql.crorn.dreamhosters.com" "driver" => string(9) "pdo_mysql" "charset" => string(4) "utf8" ) private platform => NULL protected _schemaManager => NULL protected _driver => object Doctrine\DBAL\Driver\PDOMySql\Driver(0){ }
private _isRollbackOnly => bool FALSE protected defaultFetchMode => integer 2 }{ protected projectName => NULL protected menus => array(0) protected pageTitle => NULL protected pageDescription => NULL protected breadCrumb => array(0) protected tabs => array(0) protected activeMenu => NULL protected activeSubmenu => NULL protected pageActions => array(0) protected username => NULL protected userActions => NULL }
"db.production" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"db.development" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"session" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"mailer" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"master_request" => object Symfony\Component\HttpFoundation\Request(21){ public attributes => object Symfony\Component\HttpFoundation\ParameterBag(1)
"current_request" => object Symfony\Component\HttpFoundation\Request(21){ protected parameters => array(5) ( "_controller" => string(50) "\Application\Controller\BaseController::pageAction" "_route" => string(4) "page" "prefix" => string(0) "" "page" => string(19) "editais-e-portarias" "application" => object Application(7) { *RECURSION* } ) }
public request => object Symfony\Component\HttpFoundation\ParameterBag(1){ protected parameters => array(0) }
public query => object Symfony\Component\HttpFoundation\ParameterBag(1){ protected parameters => array(1) ( "q" => string(19) "editais-e-portarias" ) }
public server => object Symfony\Component\HttpFoundation\ServerBag(1){ protected parameters => array(57) ( "PATH" => string(60) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "CONTENT_LENGTH" => string(1) "0" "SCRIPT_NAME" => string(10) "/index.php" "REQUEST_URI" => string(20) "/editais-e-portarias" "QUERY_STRING" => string(21) "q=editais-e-portarias" "REQUEST_METHOD" => string(3) "GET" "SERVER_PROTOCOL" => string(8) "HTTP/1.1" "GATEWAY_INTERFACE" => string(7) "CGI/1.1" "REDIRECT_QUERY_STRING" => string(21) "q=editais-e-portarias" "REDIRECT_URL" => string(20) "/editais-e-portarias" "REMOTE_PORT" => string(5) "57086" "SCRIPT_FILENAME" => string(38) "/home/crorn2022/crorn.org.br/index.php" "SERVER_ADMIN" => string(22) "webmaster@crorn.org.br" "CONTEXT_DOCUMENT_ROOT" => string(28) "/home/crorn2022/crorn.org.br" "CONTEXT_PREFIX" => string(0) "" "REQUEST_SCHEME" => string(5) "https" "DOCUMENT_ROOT" => string(28) "/home/crorn2022/crorn.org.br" "REMOTE_ADDR" => string(14) "44.197.101.251" "SERVER_PORT" => string(3) "443" "SERVER_ADDR" => string(15) "173.236.201.194" "SERVER_NAME" => string(16) "www.crorn.org.br" "SERVER_SOFTWARE" => string(6) "Apache" "SERVER_SIGNATURE" => string(0) "" "HTTP_CONNECTION" => string(5) "close" "HTTP_HOST" => string(16) "www.crorn.org.br" "HTTP_ACCEPT_ENCODING" => string(7) "br,gzip" "HTTP_IF_MODIFIED_SINCE" => string(29) "Sun, 04 Jun 2023 08:16:52 GMT" "HTTP_ACCEPT_LANGUAGE" => string(14) "en-US,en;q=0.5" "HTTP_ACCEPT" => string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" "HTTP_USER_AGENT" => string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" "SSL_TLS_SNI" => string(16) "www.crorn.org.br" "HTTPS" => string(2) "on" "DH_USER" => string(9) "crorn2022" "ds_id_45589340" => string(0) "" "dsid" => string(8) "45589340" "SCRIPT_URI" => string(44) "https://www.crorn.org.br/editais-e-portarias" "SCRIPT_URL" => string(20) "/editais-e-portarias" "QS_ConnectionId" => string(24) "170162699855197566356097" "QS_AllConn" => string(1) "9" "QS_SrvConn" => string(1) "9" "UNIQUE_ID" => string(27) "ZWzEdkZ0-bveKTiiag7V-AAAddY" "REDIRECT_STATUS" => string(3) "200" "REDIRECT_SSL_TLS_SNI" => string(16) "www.crorn.org.br" "REDIRECT_HTTPS" => string(2) "on" "REDIRECT_DH_USER" => string(9) "crorn2022" "REDIRECT_ds_id_45589340" => string(0) "" "REDIRECT_dsid" => string(8) "45589340" "REDIRECT_SCRIPT_URI" => string(44) "https://www.crorn.org.br/editais-e-portarias" "REDIRECT_SCRIPT_URL" => string(20) "/editais-e-portarias" "REDIRECT_QS_ConnectionId" => string(24) "170162699855197566356097" "REDIRECT_QS_AllConn" => string(1) "9" "REDIRECT_QS_SrvConn" => string(1) "9" "REDIRECT_UNIQUE_ID" => string(27) "ZWzEdkZ0-bveKTiiag7V-AAAddY" "FCGI_ROLE" => string(9) "RESPONDER" "PHP_SELF" => string(10) "/index.php" "REQUEST_TIME_FLOAT" => float 1701626998.5552 "REQUEST_TIME" => integer 1701626998 ) }
public files => object Symfony\Component\HttpFoundation\FileBag(1){ protected parameters => array(0) }
public cookies => object Symfony\Component\HttpFoundation\ParameterBag(1){ protected parameters => array(0) }
public headers => object Symfony\Component\HttpFoundation\HeaderBag(2){ protected headers => array(8) ( "content-length" => array(1) ( 0 => string(1) "0" ) "connection" => array(1) ( 0 => string(5) "close" ) "host" => array(1) ( 0 => string(16) "www.crorn.org.br" ) "accept-encoding" => array(1) ( 0 => string(7) "br,gzip" ) "if-modified-since" => array(1) ( 0 => string(29) "Sun, 04 Jun 2023 08:16:52 GMT" ) "accept-language" => array(1) ( 0 => string(14) "en-US,en;q=0.5" ) "accept" => array(1) ( 0 => string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" ) "user-agent" => array(1) ( 0 => string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" ) ) protected cacheControl => array(0) }
protected content => NULL protected languages => NULL protected charsets => NULL protected encodings => NULL protected acceptableContentTypes => NULL protected pathInfo => string(20) "/editais-e-portarias" protected requestUri => string(20) "/editais-e-portarias" protected baseUrl => string(0) "" protected basePath => NULL protected method => NULL protected format => NULL protected session => NULL protected locale => NULL protected defaultLocale => string(2) "en" }{ public attributes => object Symfony\Component\HttpFoundation\ParameterBag(1)
) private factories => NULL private protected => NULL private frozen => array(6) ( "config" => bool TRUE "ui" => bool TRUE "default_connection_name" => bool TRUE "connection_params" => bool TRUE "db_configuration" => bool TRUE "db" => bool TRUE ) private raw => array(6) ( "config" => object Closure(1){ protected parameters => array(5) ( "_controller" => string(50) "\Application\Controller\BaseController::pageAction" "_route" => string(4) "page" "prefix" => string(0) "" "page" => string(19) "editais-e-portarias" "application" => object Application(7) { *RECURSION* } ) }
public request => object Symfony\Component\HttpFoundation\ParameterBag(1){ protected parameters => array(0) }
public query => object Symfony\Component\HttpFoundation\ParameterBag(1){ protected parameters => array(1) ( "q" => string(19) "editais-e-portarias" ) }
public server => object Symfony\Component\HttpFoundation\ServerBag(1){ protected parameters => array(57) ( "PATH" => string(60) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "CONTENT_LENGTH" => string(1) "0" "SCRIPT_NAME" => string(10) "/index.php" "REQUEST_URI" => string(20) "/editais-e-portarias" "QUERY_STRING" => string(21) "q=editais-e-portarias" "REQUEST_METHOD" => string(3) "GET" "SERVER_PROTOCOL" => string(8) "HTTP/1.1" "GATEWAY_INTERFACE" => string(7) "CGI/1.1" "REDIRECT_QUERY_STRING" => string(21) "q=editais-e-portarias" "REDIRECT_URL" => string(20) "/editais-e-portarias" "REMOTE_PORT" => string(5) "57086" "SCRIPT_FILENAME" => string(38) "/home/crorn2022/crorn.org.br/index.php" "SERVER_ADMIN" => string(22) "webmaster@crorn.org.br" "CONTEXT_DOCUMENT_ROOT" => string(28) "/home/crorn2022/crorn.org.br" "CONTEXT_PREFIX" => string(0) "" "REQUEST_SCHEME" => string(5) "https" "DOCUMENT_ROOT" => string(28) "/home/crorn2022/crorn.org.br" "REMOTE_ADDR" => string(14) "44.197.101.251" "SERVER_PORT" => string(3) "443" "SERVER_ADDR" => string(15) "173.236.201.194" "SERVER_NAME" => string(16) "www.crorn.org.br" "SERVER_SOFTWARE" => string(6) "Apache" "SERVER_SIGNATURE" => string(0) "" "HTTP_CONNECTION" => string(5) "close" "HTTP_HOST" => string(16) "www.crorn.org.br" "HTTP_ACCEPT_ENCODING" => string(7) "br,gzip" "HTTP_IF_MODIFIED_SINCE" => string(29) "Sun, 04 Jun 2023 08:16:52 GMT" "HTTP_ACCEPT_LANGUAGE" => string(14) "en-US,en;q=0.5" "HTTP_ACCEPT" => string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" "HTTP_USER_AGENT" => string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" "SSL_TLS_SNI" => string(16) "www.crorn.org.br" "HTTPS" => string(2) "on" "DH_USER" => string(9) "crorn2022" "ds_id_45589340" => string(0) "" "dsid" => string(8) "45589340" "SCRIPT_URI" => string(44) "https://www.crorn.org.br/editais-e-portarias" "SCRIPT_URL" => string(20) "/editais-e-portarias" "QS_ConnectionId" => string(24) "170162699855197566356097" "QS_AllConn" => string(1) "9" "QS_SrvConn" => string(1) "9" "UNIQUE_ID" => string(27) "ZWzEdkZ0-bveKTiiag7V-AAAddY" "REDIRECT_STATUS" => string(3) "200" "REDIRECT_SSL_TLS_SNI" => string(16) "www.crorn.org.br" "REDIRECT_HTTPS" => string(2) "on" "REDIRECT_DH_USER" => string(9) "crorn2022" "REDIRECT_ds_id_45589340" => string(0) "" "REDIRECT_dsid" => string(8) "45589340" "REDIRECT_SCRIPT_URI" => string(44) "https://www.crorn.org.br/editais-e-portarias" "REDIRECT_SCRIPT_URL" => string(20) "/editais-e-portarias" "REDIRECT_QS_ConnectionId" => string(24) "170162699855197566356097" "REDIRECT_QS_AllConn" => string(1) "9" "REDIRECT_QS_SrvConn" => string(1) "9" "REDIRECT_UNIQUE_ID" => string(27) "ZWzEdkZ0-bveKTiiag7V-AAAddY" "FCGI_ROLE" => string(9) "RESPONDER" "PHP_SELF" => string(10) "/index.php" "REQUEST_TIME_FLOAT" => float 1701626998.5552 "REQUEST_TIME" => integer 1701626998 ) }
public files => object Symfony\Component\HttpFoundation\FileBag(1){ protected parameters => array(0) }
public cookies => object Symfony\Component\HttpFoundation\ParameterBag(1){ protected parameters => array(0) }
public headers => object Symfony\Component\HttpFoundation\HeaderBag(2){ protected headers => array(8) ( "content-length" => array(1) ( 0 => string(1) "0" ) "connection" => array(1) ( 0 => string(5) "close" ) "host" => array(1) ( 0 => string(16) "www.crorn.org.br" ) "accept-encoding" => array(1) ( 0 => string(7) "br,gzip" ) "if-modified-since" => array(1) ( 0 => string(29) "Sun, 04 Jun 2023 08:16:52 GMT" ) "accept-language" => array(1) ( 0 => string(14) "en-US,en;q=0.5" ) "accept" => array(1) ( 0 => string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" ) "user-agent" => array(1) ( 0 => string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" ) ) protected cacheControl => array(0) }
protected content => NULL protected languages => NULL protected charsets => NULL protected encodings => NULL protected acceptableContentTypes => NULL protected pathInfo => string(20) "/editais-e-portarias" protected requestUri => string(20) "/editais-e-portarias" protected baseUrl => string(0) "" protected basePath => NULL protected method => NULL protected format => NULL protected session => NULL protected locale => NULL protected defaultLocale => string(2) "en" }{ public 0 => object Closure(1) { *RECURSION* } }
"ui" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"default_connection_name" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"connection_params" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"db_configuration" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"db" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
) private keys => array(13) ( "config" => bool TRUE "environment" => bool TRUE "default_connection_name" => bool TRUE "connection_params" => bool TRUE "db_configuration" => bool TRUE "db" => bool TRUE "ui" => bool TRUE "db.production" => bool TRUE "db.development" => bool TRUE "session" => bool TRUE "mailer" => bool TRUE "master_request" => bool TRUE "current_request" => bool TRUE ) }{ public attributes => object Symfony\Component\HttpFoundation\ParameterBag(1)
}{ protected parameters => array(5) ( "_controller" => string(50) "\Application\Controller\BaseController::pageAction" "_route" => string(4) "page" "prefix" => string(0) "" "page" => string(19) "editais-e-portarias" "application" => object Application(7)
public request => object Symfony\Component\HttpFoundation\ParameterBag(1){ protected modules => array(0) private values => array(13) ( "config" => object Config(2)
) }{ protected _sources => array(1) ( 0 => object Config_File(1)
"environment" => integer 10 "default_connection_name" => string(10) "production" "connection_params" => array(6) ( "dbname" => string(12) "crorn_site22" "user" => string(7) "crorn22" "password" => string(12) "FwuQ87hIwuO3" "host" => string(28) "mysql.crorn.dreamhosters.com" "driver" => string(9) "pdo_mysql" "charset" => string(4) "utf8" ) "db_configuration" => object Doctrine\DBAL\Configuration(1){ protected _directory => string(6) "config" }
) protected _groups => array(2) ( "database" => object Config_Group(2){ public production => array(6) ( ... ) public development => array(6) ( ... ) }
"page" => object Config_Group(19){ public fiscalizacao => array(1) ( ... ) public transparencia => array(1) ( ... ) public ouvidoria => array(1) ( ... ) public fale-conosco => array(1) ( ... ) public quem-somos => array(1) ( ... ) public diretoria => array(1) ( ... ) public legislacao => array(1) ( ... ) public legislacao.codigos => array(2) ( ... ) public legislacao.leis => array(2) ( ... ) public legislacao.regimento => array(2) ( ... ) public legislacao.normas => array(2) ( ... ) public legislacao.manuais => array(2) ( ... ) public legislacao.cid => array(2) ( ... ) public parcerias => array(1) ( ... ) public como-se-registrar => array(1) ( ... ) public concursos => array(1) ( ... ) public boleto => array(1) ( ... ) public editais-e-portarias => array(1) ( ... ) public jornais => array(1) ( ... ) }
) }{ protected _attributes => array(0) }
"db" => object Doctrine\DBAL\Connection(15){ protected _conn => NULL protected _config => object Doctrine\DBAL\Configuration(1)
"ui" => object Mix\UiManager(11){ protected _attributes => array(0) }
protected _eventManager => object Doctrine\Common\EventManager(1){ private _listeners => array(0) }
protected _expr => object Doctrine\DBAL\Query\Expression\ExpressionBuilder(1){ private connection => object Doctrine\DBAL\Connection(15) { *RECURSION* } }
private _isConnected => bool FALSE private autoCommit => bool TRUE private _transactionNestingLevel => integer 0 private _transactionIsolationLevel => NULL private _nestTransactionsWithSavepoints => bool FALSE private _params => array(6) ( "dbname" => string(12) "crorn_site22" "user" => string(7) "crorn22" "password" => string(12) "FwuQ87hIwuO3" "host" => string(28) "mysql.crorn.dreamhosters.com" "driver" => string(9) "pdo_mysql" "charset" => string(4) "utf8" ) private platform => NULL protected _schemaManager => NULL protected _driver => object Doctrine\DBAL\Driver\PDOMySql\Driver(0){ }
private _isRollbackOnly => bool FALSE protected defaultFetchMode => integer 2 }{ protected projectName => NULL protected menus => array(0) protected pageTitle => NULL protected pageDescription => NULL protected breadCrumb => array(0) protected tabs => array(0) protected activeMenu => NULL protected activeSubmenu => NULL protected pageActions => array(0) protected username => NULL protected userActions => NULL }
"db.production" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"db.development" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"session" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"mailer" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"master_request" => object Symfony\Component\HttpFoundation\Request(21) { *RECURSION* } "current_request" => object Symfony\Component\HttpFoundation\Request(21) { *RECURSION* } ) private factories => NULL private protected => NULL private frozen => array(6) ( "config" => bool TRUE "ui" => bool TRUE "default_connection_name" => bool TRUE "connection_params" => bool TRUE "db_configuration" => bool TRUE "db" => bool TRUE ) private raw => array(6) ( "config" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"ui" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"default_connection_name" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"connection_params" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"db_configuration" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"db" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
) private keys => array(13) ( "config" => bool TRUE "environment" => bool TRUE "default_connection_name" => bool TRUE "connection_params" => bool TRUE "db_configuration" => bool TRUE "db" => bool TRUE "ui" => bool TRUE "db.production" => bool TRUE "db.development" => bool TRUE "session" => bool TRUE "mailer" => bool TRUE "master_request" => bool TRUE "current_request" => bool TRUE ) }{ protected parameters => array(0) }
public query => object Symfony\Component\HttpFoundation\ParameterBag(1){ protected parameters => array(1) ( "q" => string(19) "editais-e-portarias" ) }
public server => object Symfony\Component\HttpFoundation\ServerBag(1){ protected parameters => array(57) ( "PATH" => string(60) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "CONTENT_LENGTH" => string(1) "0" "SCRIPT_NAME" => string(10) "/index.php" "REQUEST_URI" => string(20) "/editais-e-portarias" "QUERY_STRING" => string(21) "q=editais-e-portarias" "REQUEST_METHOD" => string(3) "GET" "SERVER_PROTOCOL" => string(8) "HTTP/1.1" "GATEWAY_INTERFACE" => string(7) "CGI/1.1" "REDIRECT_QUERY_STRING" => string(21) "q=editais-e-portarias" "REDIRECT_URL" => string(20) "/editais-e-portarias" "REMOTE_PORT" => string(5) "57086" "SCRIPT_FILENAME" => string(38) "/home/crorn2022/crorn.org.br/index.php" "SERVER_ADMIN" => string(22) "webmaster@crorn.org.br" "CONTEXT_DOCUMENT_ROOT" => string(28) "/home/crorn2022/crorn.org.br" "CONTEXT_PREFIX" => string(0) "" "REQUEST_SCHEME" => string(5) "https" "DOCUMENT_ROOT" => string(28) "/home/crorn2022/crorn.org.br" "REMOTE_ADDR" => string(14) "44.197.101.251" "SERVER_PORT" => string(3) "443" "SERVER_ADDR" => string(15) "173.236.201.194" "SERVER_NAME" => string(16) "www.crorn.org.br" "SERVER_SOFTWARE" => string(6) "Apache" "SERVER_SIGNATURE" => string(0) "" "HTTP_CONNECTION" => string(5) "close" "HTTP_HOST" => string(16) "www.crorn.org.br" "HTTP_ACCEPT_ENCODING" => string(7) "br,gzip" "HTTP_IF_MODIFIED_SINCE" => string(29) "Sun, 04 Jun 2023 08:16:52 GMT" "HTTP_ACCEPT_LANGUAGE" => string(14) "en-US,en;q=0.5" "HTTP_ACCEPT" => string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" "HTTP_USER_AGENT" => string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" "SSL_TLS_SNI" => string(16) "www.crorn.org.br" "HTTPS" => string(2) "on" "DH_USER" => string(9) "crorn2022" "ds_id_45589340" => string(0) "" "dsid" => string(8) "45589340" "SCRIPT_URI" => string(44) "https://www.crorn.org.br/editais-e-portarias" "SCRIPT_URL" => string(20) "/editais-e-portarias" "QS_ConnectionId" => string(24) "170162699855197566356097" "QS_AllConn" => string(1) "9" "QS_SrvConn" => string(1) "9" "UNIQUE_ID" => string(27) "ZWzEdkZ0-bveKTiiag7V-AAAddY" "REDIRECT_STATUS" => string(3) "200" "REDIRECT_SSL_TLS_SNI" => string(16) "www.crorn.org.br" "REDIRECT_HTTPS" => string(2) "on" "REDIRECT_DH_USER" => string(9) "crorn2022" "REDIRECT_ds_id_45589340" => string(0) "" "REDIRECT_dsid" => string(8) "45589340" "REDIRECT_SCRIPT_URI" => string(44) "https://www.crorn.org.br/editais-e-portarias" "REDIRECT_SCRIPT_URL" => string(20) "/editais-e-portarias" "REDIRECT_QS_ConnectionId" => string(24) "170162699855197566356097" "REDIRECT_QS_AllConn" => string(1) "9" "REDIRECT_QS_SrvConn" => string(1) "9" "REDIRECT_UNIQUE_ID" => string(27) "ZWzEdkZ0-bveKTiiag7V-AAAddY" "FCGI_ROLE" => string(9) "RESPONDER" "PHP_SELF" => string(10) "/index.php" "REQUEST_TIME_FLOAT" => float 1701626998.5552 "REQUEST_TIME" => integer 1701626998 ) }
public files => object Symfony\Component\HttpFoundation\FileBag(1){ protected parameters => array(0) }
public cookies => object Symfony\Component\HttpFoundation\ParameterBag(1){ protected parameters => array(0) }
public headers => object Symfony\Component\HttpFoundation\HeaderBag(2){ protected headers => array(8) ( "content-length" => array(1) ( 0 => string(1) "0" ) "connection" => array(1) ( 0 => string(5) "close" ) "host" => array(1) ( 0 => string(16) "www.crorn.org.br" ) "accept-encoding" => array(1) ( 0 => string(7) "br,gzip" ) "if-modified-since" => array(1) ( 0 => string(29) "Sun, 04 Jun 2023 08:16:52 GMT" ) "accept-language" => array(1) ( 0 => string(14) "en-US,en;q=0.5" ) "accept" => array(1) ( 0 => string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" ) "user-agent" => array(1) ( 0 => string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" ) ) protected cacheControl => array(0) }
protected content => NULL protected languages => NULL protected charsets => NULL protected encodings => NULL protected acceptableContentTypes => NULL protected pathInfo => string(20) "/editais-e-portarias" protected requestUri => string(20) "/editais-e-portarias" protected baseUrl => string(0) "" protected basePath => NULL protected method => NULL protected format => NULL protected session => NULL protected locale => NULL protected defaultLocale => string(2) "en" }parameters
array(3) ( 0 => string(0) "" 1 => string(19) "editais-e-portarias" 2 => NULL )
212 213 if (method_exists($controller[0], 'before')) { 214 call_user_func(array($controller[0], 'before')); 215 } 216 217 $response = call_user_func_array($controller, $parameters); 218 219 if (method_exists($controller[0], 'after')) { 220 call_user_func(array($controller[0], 'after')); 221 } 222
-
/home/crorn2022/src/Mix/Application.php [ 255 ] » Mix\Application->handle(arguments)
0
object Symfony\Component\HttpFoundation\Request(21)
{ public attributes => object Symfony\Component\HttpFoundation\ParameterBag(1)
{ protected parameters => array(5) ( "_controller" => string(50) "\Application\Controller\BaseController::pageAction" "_route" => string(4) "page" "prefix" => string(0) "" "page" => string(19) "editais-e-portarias" "application" => object Application(7)
public request => object Symfony\Component\HttpFoundation\ParameterBag(1){ protected modules => array(0) private values => array(13) ( "config" => object Config(2)
) }{ protected _sources => array(1) ( 0 => object Config_File(1)
"environment" => integer 10 "default_connection_name" => string(10) "production" "connection_params" => array(6) ( "dbname" => string(12) "crorn_site22" "user" => string(7) "crorn22" "password" => string(12) "FwuQ87hIwuO3" "host" => string(28) "mysql.crorn.dreamhosters.com" "driver" => string(9) "pdo_mysql" "charset" => string(4) "utf8" ) "db_configuration" => object Doctrine\DBAL\Configuration(1){ protected _directory => string(6) "config" }
) protected _groups => array(2) ( "database" => object Config_Group(2){ public production => array(6) ( "dbname" => string(12) "crorn_site22" "user" => string(7) "crorn22" "password" => string(12) "FwuQ87hIwuO3" "host" => string(28) "mysql.crorn.dreamhosters.com" "driver" => string(9) "pdo_mysql" "charset" => string(4) "utf8" ) public development => array(6) ( "dbname" => string(12) "crorn_site22" "user" => string(7) "crorn22" "password" => string(12) "FwuQ87hIwuO3" "host" => string(28) "mysql.crorn.dreamhosters.com" "driver" => string(9) "pdo_mysql" "charset" => string(4) "utf8" ) }
"page" => object Config_Group(19){ public fiscalizacao => array(1) ( 0 => string(14) "Fiscalização" ) public transparencia => array(1) ( 0 => string(37) "Transparencia e prestação de contas" ) public ouvidoria => array(1) ( 0 => string(9) "Ouvidoria" ) public fale-conosco => array(1) ( 0 => string(12) "Fale Conosco" ) public quem-somos => array(1) ( 0 => string(10) "Quem Somos" ) public diretoria => array(1) ( 0 => string(9) "Diretoria" ) public legislacao => array(1) ( 0 => string(12) "Legislação" ) public legislacao.codigos => array(2) ( 0 => string(12) "Legislação" 1 => string(8) "Códigos" ) public legislacao.leis => array(2) ( 0 => string(12) "Legislação" 1 => string(4) "Leis" ) public legislacao.regimento => array(2) ( 0 => string(12) "Legislação" 1 => string(9) "Regimento" ) public legislacao.normas => array(2) ( 0 => string(12) "Legislação" 1 => string(6) "Normas" ) public legislacao.manuais => array(2) ( 0 => string(12) "Legislação" 1 => string(7) "Manuais" ) public legislacao.cid => array(2) ( 0 => string(12) "Legislação" 1 => string(3) "CID" ) public parcerias => array(1) ( 0 => string(9) "Parcerias" ) public como-se-registrar => array(1) ( 0 => string(17) "Como se Registrar" ) public concursos => array(1) ( 0 => string(9) "Concursos" ) public boleto => array(1) ( 0 => string(16) "Boleto Bancário" ) public editais-e-portarias => array(1) ( 0 => string(19) "Editais e Portarias" ) public jornais => array(1) ( 0 => string(7) "Jornais" ) }
) }{ protected _attributes => array(0) }
"db" => object Doctrine\DBAL\Connection(15){ protected _conn => NULL protected _config => object Doctrine\DBAL\Configuration(1)
"ui" => object Mix\UiManager(11){ protected _attributes => array(0) }
protected _eventManager => object Doctrine\Common\EventManager(1){ private _listeners => array(0) }
protected _expr => object Doctrine\DBAL\Query\Expression\ExpressionBuilder(1){ private connection => object Doctrine\DBAL\Connection(15) { *RECURSION* } }
private _isConnected => bool FALSE private autoCommit => bool TRUE private _transactionNestingLevel => integer 0 private _transactionIsolationLevel => NULL private _nestTransactionsWithSavepoints => bool FALSE private _params => array(6) ( "dbname" => string(12) "crorn_site22" "user" => string(7) "crorn22" "password" => string(12) "FwuQ87hIwuO3" "host" => string(28) "mysql.crorn.dreamhosters.com" "driver" => string(9) "pdo_mysql" "charset" => string(4) "utf8" ) private platform => NULL protected _schemaManager => NULL protected _driver => object Doctrine\DBAL\Driver\PDOMySql\Driver(0){ }
private _isRollbackOnly => bool FALSE protected defaultFetchMode => integer 2 }{ protected projectName => NULL protected menus => array(0) protected pageTitle => NULL protected pageDescription => NULL protected breadCrumb => array(0) protected tabs => array(0) protected activeMenu => NULL protected activeSubmenu => NULL protected pageActions => array(0) protected username => NULL protected userActions => NULL }
"db.production" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"db.development" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"session" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"mailer" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"master_request" => object Symfony\Component\HttpFoundation\Request(21) { *RECURSION* } "current_request" => object Symfony\Component\HttpFoundation\Request(21) { *RECURSION* } ) private factories => NULL private protected => NULL private frozen => array(6) ( "config" => bool TRUE "ui" => bool TRUE "default_connection_name" => bool TRUE "connection_params" => bool TRUE "db_configuration" => bool TRUE "db" => bool TRUE ) private raw => array(6) ( "config" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"ui" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"default_connection_name" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"connection_params" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"db_configuration" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
"db" => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }
) private keys => array(13) ( "config" => bool TRUE "environment" => bool TRUE "default_connection_name" => bool TRUE "connection_params" => bool TRUE "db_configuration" => bool TRUE "db" => bool TRUE "ui" => bool TRUE "db.production" => bool TRUE "db.development" => bool TRUE "session" => bool TRUE "mailer" => bool TRUE "master_request" => bool TRUE "current_request" => bool TRUE ) }{ protected parameters => array(0) }
public query => object Symfony\Component\HttpFoundation\ParameterBag(1){ protected parameters => array(1) ( "q" => string(19) "editais-e-portarias" ) }
public server => object Symfony\Component\HttpFoundation\ServerBag(1){ protected parameters => array(57) ( "PATH" => string(60) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "CONTENT_LENGTH" => string(1) "0" "SCRIPT_NAME" => string(10) "/index.php" "REQUEST_URI" => string(20) "/editais-e-portarias" "QUERY_STRING" => string(21) "q=editais-e-portarias" "REQUEST_METHOD" => string(3) "GET" "SERVER_PROTOCOL" => string(8) "HTTP/1.1" "GATEWAY_INTERFACE" => string(7) "CGI/1.1" "REDIRECT_QUERY_STRING" => string(21) "q=editais-e-portarias" "REDIRECT_URL" => string(20) "/editais-e-portarias" "REMOTE_PORT" => string(5) "57086" "SCRIPT_FILENAME" => string(38) "/home/crorn2022/crorn.org.br/index.php" "SERVER_ADMIN" => string(22) "webmaster@crorn.org.br" "CONTEXT_DOCUMENT_ROOT" => string(28) "/home/crorn2022/crorn.org.br" "CONTEXT_PREFIX" => string(0) "" "REQUEST_SCHEME" => string(5) "https" "DOCUMENT_ROOT" => string(28) "/home/crorn2022/crorn.org.br" "REMOTE_ADDR" => string(14) "44.197.101.251" "SERVER_PORT" => string(3) "443" "SERVER_ADDR" => string(15) "173.236.201.194" "SERVER_NAME" => string(16) "www.crorn.org.br" "SERVER_SOFTWARE" => string(6) "Apache" "SERVER_SIGNATURE" => string(0) "" "HTTP_CONNECTION" => string(5) "close" "HTTP_HOST" => string(16) "www.crorn.org.br" "HTTP_ACCEPT_ENCODING" => string(7) "br,gzip" "HTTP_IF_MODIFIED_SINCE" => string(29) "Sun, 04 Jun 2023 08:16:52 GMT" "HTTP_ACCEPT_LANGUAGE" => string(14) "en-US,en;q=0.5" "HTTP_ACCEPT" => string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" "HTTP_USER_AGENT" => string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" "SSL_TLS_SNI" => string(16) "www.crorn.org.br" "HTTPS" => string(2) "on" "DH_USER" => string(9) "crorn2022" "ds_id_45589340" => string(0) "" "dsid" => string(8) "45589340" "SCRIPT_URI" => string(44) "https://www.crorn.org.br/editais-e-portarias" "SCRIPT_URL" => string(20) "/editais-e-portarias" "QS_ConnectionId" => string(24) "170162699855197566356097" "QS_AllConn" => string(1) "9" "QS_SrvConn" => string(1) "9" "UNIQUE_ID" => string(27) "ZWzEdkZ0-bveKTiiag7V-AAAddY" "REDIRECT_STATUS" => string(3) "200" "REDIRECT_SSL_TLS_SNI" => string(16) "www.crorn.org.br" "REDIRECT_HTTPS" => string(2) "on" "REDIRECT_DH_USER" => string(9) "crorn2022" "REDIRECT_ds_id_45589340" => string(0) "" "REDIRECT_dsid" => string(8) "45589340" "REDIRECT_SCRIPT_URI" => string(44) "https://www.crorn.org.br/editais-e-portarias" "REDIRECT_SCRIPT_URL" => string(20) "/editais-e-portarias" "REDIRECT_QS_ConnectionId" => string(24) "170162699855197566356097" "REDIRECT_QS_AllConn" => string(1) "9" "REDIRECT_QS_SrvConn" => string(1) "9" "REDIRECT_UNIQUE_ID" => string(27) "ZWzEdkZ0-bveKTiiag7V-AAAddY" "FCGI_ROLE" => string(9) "RESPONDER" "PHP_SELF" => string(10) "/index.php" "REQUEST_TIME_FLOAT" => float 1701626998.5552 "REQUEST_TIME" => integer 1701626998 ) }
public files => object Symfony\Component\HttpFoundation\FileBag(1){ protected parameters => array(0) }
public cookies => object Symfony\Component\HttpFoundation\ParameterBag(1){ protected parameters => array(0) }
public headers => object Symfony\Component\HttpFoundation\HeaderBag(2){ protected headers => array(8) ( "content-length" => array(1) ( 0 => string(1) "0" ) "connection" => array(1) ( 0 => string(5) "close" ) "host" => array(1) ( 0 => string(16) "www.crorn.org.br" ) "accept-encoding" => array(1) ( 0 => string(7) "br,gzip" ) "if-modified-since" => array(1) ( 0 => string(29) "Sun, 04 Jun 2023 08:16:52 GMT" ) "accept-language" => array(1) ( 0 => string(14) "en-US,en;q=0.5" ) "accept" => array(1) ( 0 => string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" ) "user-agent" => array(1) ( 0 => string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" ) ) protected cacheControl => array(0) }
protected content => NULL protected languages => NULL protected charsets => NULL protected encodings => NULL protected acceptableContentTypes => NULL protected pathInfo => string(20) "/editais-e-portarias" protected requestUri => string(20) "/editais-e-portarias" protected baseUrl => string(0) "" protected basePath => NULL protected method => NULL protected format => NULL protected session => NULL protected locale => NULL protected defaultLocale => string(2) "en" }250 if (file_exists($initFile)) { 251 require_once $initFile; 252 } 253 } 254 255 $response = $this->handle($request); 256 $response->prepare($request); 257 $response->send(); 258 } 259 260
-
DOCROOT/index.php [ 99 ] » Mix\Application->run()
94 require APPPATH.'bootstrap'.EXT; 95 96 $application = new \Application(); 97 // Bootstrap the application 98 //muahahah 99 $application->run(); 100