git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git]
/
examples
/
state
/
get-state.php
diff --git
a/examples/state/get-state.php
b/examples/state/get-state.php
index
acd81b9
..
320cd9e
100644
(file)
--- a/
examples/state/get-state.php
+++ b/
examples/state/get-state.php
@@
-1,4
+1,4
@@
-<?
\r
+<?
php
\r
session_start();
\r
if(!isset($_SESSION['state'])){
\r
$_SESSION['state'] = array(
\r
session_start();
\r
if(!isset($_SESSION['state'])){
\r
$_SESSION['state'] = array(
\r
@@
-8,4
+8,3
@@
if(!isset($_SESSION['state'])){
echo 'Ext.appState = ';
\r
echo json_encode($_SESSION['state']);
\r
echo ';';
\r
echo 'Ext.appState = ';
\r
echo json_encode($_SESSION['state']);
\r
echo ';';
\r
-?>
\ No newline at end of file