Parse error: syntax error, unexpected T_STRING in W:\CD-collection\app\presenters\DashboardPresenter.php on line 8
syntax error, unexpected T_STRING
File: W:\CD-collection\app\presenters\DashboardPresenter.php Line: 8
Line 1: <?php
Line 2:
Line 3: use Nette\Application\AppForm,
Line 4: Nette\Forms\Form;
Line 5:
Line 6:
Line 7:
Line 8: clas DashboardPresenter extends BasePresenter
Line 9: {
Line 10:
Line 11: protected function startup()
Line 12: {
Line 13: // user authentication
Line 14: if (!$this->user->isLoggedIn()) {
Line 15: if ($this->user->logoutReason === Nette\Web\User::INACTIVITY) {
array(1) ▼ [
0 => Nette\Application\PresenterRequest(7) ► {
"method" private => "GET" (3)
"flags" private => array(1) ▼ {
"secured" => FALSE
}
"name" private => "Dashboard" (9)
"params" private => array(1) ▼ {
"action" => "default" (7)
}
"post" private => array(0)
"files" private => array(0)
"frozen" private => FALSE
}
]
NULL
| WWW_DIR | "W:\CD-collection\document_root" (30) |
|---|---|
| APP_DIR | "W:\CD-collection\document_root/../app" (37) |
| LIBS_DIR | "W:\CD-collection\document_root/../libs" (38) |
| TEMP_DIR | "W:\CD-collection\document_root/../temp" (38) |
| NETTE | TRUE |
| NETTE_DIR | "W:\CD-collection\libs\Nette" (27) |
| NETTE_VERSION_ID | 20000 |
| NETTE_PACKAGE | "5.3" (3) |
| W:\CD-collection\document_root\index.php |
| W:\CD-collection\app\bootstrap.php |
| W:\CD-collection\libs\Nette\loader.php |
| W:\CD-collection\libs\Nette\Utils\shortcuts.php |
| W:\CD-collection\libs\Nette\Utils\exceptions.php |
| W:\CD-collection\libs\Nette\Utils\Framework.php |
| W:\CD-collection\libs\Nette\Utils\Object.php |
| W:\CD-collection\libs\Nette\Utils\ObjectMixin.php |
| W:\CD-collection\libs\Nette\Utils\Callback.php |
| W:\CD-collection\libs\Nette\Loaders\LimitedScope.php |
| W:\CD-collection\libs\Nette\Loaders\AutoLoader.php |
| W:\CD-collection\libs\Nette\Loaders\NetteLoader.php |
| W:\CD-collection\libs\Nette\Debug\Debug.php |
| W:\CD-collection\libs\Nette\Debug\DebugPanel.php |
| W:\CD-collection\libs\Nette\Debug\IDebugPanel.php |
| W:\CD-collection\libs\Nette\Environment\Environment.php |
| W:\CD-collection\libs\Nette\Environment\Configurator.php |
| W:\CD-collection\libs\Nette\Config\Config.php |
| W:\CD-collection\libs\Nette\Config\ConfigAdapterIni.php |
| W:\CD-collection\libs\Nette\Config\IConfigAdapter.php |
| W:\CD-collection\libs\Nette\Utils\ArrayTools.php |
| W:\CD-collection\libs\Nette\Utils\Iterators\GenericRecursiveIterator.php |
| W:\CD-collection\libs\Nette\Utils\Context.php |
| W:\CD-collection\libs\Nette\Utils\FreezableObject.php |
| W:\CD-collection\libs\Nette\Utils\IFreezable.php |
| W:\CD-collection\libs\Nette\Utils\IContext.php |
| W:\CD-collection\libs\Nette\Loaders\RobotLoader.php |
| W:\CD-collection\libs\Nette\Caching\FileStorage.php |
| W:\CD-collection\libs\Nette\Caching\ICacheStorage.php |
| W:\CD-collection\libs\Nette\Caching\Cache.php |
| W:\CD-collection\libs\Nette\Web\HttpRequest.php |
| W:\CD-collection\libs\Nette\Web\IHttpRequest.php |
| W:\CD-collection\libs\Nette\Web\UriScript.php |
| W:\CD-collection\libs\Nette\Web\Uri.php |
| W:\CD-collection\libs\Nette\Utils\String.php |
| W:\CD-collection\libs\Nette\Application\Application.php |
| W:\CD-collection\libs\Nette\Application\Routers\MultiRouter.php |
| W:\CD-collection\libs\Nette\Utils\ArrayList.php |
| W:\CD-collection\libs\Nette\Application\IRouter.php |
| W:\CD-collection\libs\Nette\Application\Routers\Route.php |
| W:\CD-collection\libs\Nette\Web\HttpResponse.php |
| W:\CD-collection\libs\Nette\Web\IHttpResponse.php |
| W:\CD-collection\libs\Nette\Web\Session.php |
| W:\CD-collection\libs\Nette\Security\Identity.php |
| W:\CD-collection\libs\Nette\Security\IIdentity.php |
| W:\CD-collection\libs\Nette\Reflection\ClassReflection.php |
| W:\CD-collection\libs\Nette\Reflection\AnnotationsParser.php |
| W:\CD-collection\libs\Nette\Reflection\PropertyReflection.php |
| W:\CD-collection\app\models\Albums.php |
| W:\CD-collection\libs\dibi\dibi\dibi.php |
| W:\CD-collection\libs\dibi\dibi\libs\interfaces.php |
| W:\CD-collection\libs\dibi\dibi\libs\DibiDateTime.php |
| W:\CD-collection\libs\dibi\dibi\libs\DibiObject.php |
| W:\CD-collection\libs\dibi\dibi\libs\DibiLazyStorage.php |
| W:\CD-collection\libs\dibi\dibi\libs\DibiException.php |
| W:\CD-collection\libs\dibi\dibi\libs\DibiConnection.php |
| W:\CD-collection\libs\dibi\dibi\libs\DibiResult.php |
| W:\CD-collection\libs\dibi\dibi\libs\DibiResultIterator.php |
| W:\CD-collection\libs\dibi\dibi\libs\DibiRow.php |
| W:\CD-collection\libs\dibi\dibi\libs\DibiTranslator.php |
| W:\CD-collection\libs\dibi\dibi\libs\DibiDataSource.php |
| W:\CD-collection\libs\dibi\dibi\libs\DibiFluent.php |
| W:\CD-collection\libs\dibi\dibi\libs\DibiDatabaseInfo.php |
| W:\CD-collection\libs\dibi\dibi\libs\DibiProfiler.php |
| W:\CD-collection\libs\dibi\dibi\drivers\sqlite.php |
| W:\CD-collection\libs\dibi\dibi\drivers\sqlite.reflector.php |
| W:\CD-collection\libs\Nette\Application\RoutingDebugger.php |
| W:\CD-collection\libs\Nette\Application\PresenterRequest.php |
| W:\CD-collection\libs\Nette\Application\PresenterLoader.php |
| W:\CD-collection\libs\Nette\Application\IPresenterLoader.php |
| W:\CD-collection\libs\Nette\Debug\templates\bluescreen.phtml |
| HTTP_USER_AGENT | "Opera/9.80 (Windows NT 6.1; U; cs) Presto/2.6.30 Version/10.63" (62) |
|---|---|
| HTTP_HOST | "localhost" (9) |
| HTTP_ACCEPT | "text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1" (117) |
| HTTP_ACCEPT_LANGUAGE | "cs-CZ,en;q=0.9,cs;q=0.8" (23) |
| HTTP_ACCEPT_CHARSET | "iso-8859-1, utf-8, utf-16, *;q=0.1" (34) |
| HTTP_ACCEPT_ENCODING | "deflate, gzip, x-gzip, identity, *;q=0" (38) |
| HTTP_COOKIE | "nette-debug-bar=-60:-27; PHPSESSID=ftcl4s1t8nsg88entd85k3ocu5; nette-browser=0.37227050996851" (93) |
| HTTP_COOKIE2 | "$Version=1" (10) |
| HTTP_CACHE_CONTROL | "no-cache" (8) |
| HTTP_CONNECTION | "Keep-Alive, TE" (14) |
| HTTP_TE | "deflate, gzip, chunked, identity, trailers" (42) |
| PATH | "C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c ... " (376) |
| SystemRoot | "C:\Windows" (10) |
| COMSPEC | "C:\Windows\system32\cmd.exe" (27) |
| PATHEXT | ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC" (53) |
| WINDIR | "C:\Windows" (10) |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache/2.2.11 (Win32) PHP/5.3.3" (31) |
| SERVER_NAME | "localhost" (9) |
| SERVER_ADDR | "127.0.0.1" (9) |
| SERVER_PORT | "80" (2) |
| REMOTE_ADDR | "127.0.0.1" (9) |
| DOCUMENT_ROOT | "W:/" (3) |
| SERVER_ADMIN | "david@grudl.com" (15) |
| SCRIPT_FILENAME | "W:/CD-collection/document_root/index.php" (40) |
| REMOTE_PORT | "61396" (5) |
| GATEWAY_INTERFACE | "CGI/1.1" (7) |
| SERVER_PROTOCOL | "HTTP/1.1" (8) |
| REQUEST_METHOD | "GET" (3) |
| QUERY_STRING | "" |
| REQUEST_URI | "/CD-collection/document_root/index.php" (38) |
| SCRIPT_NAME | "/CD-collection/document_root/index.php" (38) |
| PHP_SELF | "/CD-collection/document_root/index.php" (38) |
| REQUEST_TIME | 1288019327 |
| User-Agent | Opera/9.80 (Windows NT 6.1; U; cs) Presto/2.6.30 Version/10.63 |
|---|---|
| Host | localhost |
| Accept | text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1 |
| Accept-Language | cs-CZ,en;q=0.9,cs;q=0.8 |
| Accept-Charset | iso-8859-1, utf-8, utf-16, *;q=0.1 |
| Accept-Encoding | deflate, gzip, x-gzip, identity, *;q=0 |
| Cookie | nette-debug-bar=-60:-27; PHPSESSID=ftcl4s1t8nsg88entd85k3ocu5; nette-browser=0.37227050996851 |
| Cookie2 | $Version=1 |
| Cache-Control | no-cache |
| Connection | Keep-Alive, TE |
| TE | deflate, gzip, chunked, identity, trailers |
empty
empty
| nette-debug-bar | "-60:-27" (7) |
|---|---|
| PHPSESSID | "ftcl4s1t8nsg88entd85k3ocu5" (26) |
| nette-browser | "0.37227050996851" (16) |
X-Powered-By: Nette Framework
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=ftcl4s1t8nsg88entd85k3ocu5; path=/; httponly
Set-Cookie: nette-browser=0.37227050996851; path=/; httponly
Content-type: text/html