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 4.0.7 - Released 10/19/2011
[extjs.git]
/
examples
/
direct
/
php
/
classes
/
Profile.php
diff --git
a/examples/direct/php/classes/Profile.php
b/examples/direct/php/classes/Profile.php
index
f7494ca
..
ce27eb4
100644
(file)
--- a/
examples/direct/php/classes/Profile.php
+++ b/
examples/direct/php/classes/Profile.php
@@
-9,7
+9,7
@@
class Profile {
function updateBasicInfo($formPacket){
$response = array();
$email = $formPacket['email'];
function updateBasicInfo($formPacket){
$response = array();
$email = $formPacket['email'];
- if ($email == 'aaron@
extjs
.com') {
+ if ($email == 'aaron@
sencha
.com') {
$success = false;
$response['errors'] = array(
'email'=>'already taken'
$success = false;
$response['errors'] = array(
'email'=>'already taken'
@@
-37,8
+37,8
@@
class Profile {
'data'=>array(
'foo'=>$foo,
'name'=>'Aaron Conran',
'data'=>array(
'foo'=>$foo,
'name'=>'Aaron Conran',
- 'company'=>'
Ext JS, LLC
',
- 'email'=>'aaron@
extjs
.com'
+ 'company'=>'
Sencha Inc.
',
+ 'email'=>'aaron@
sencha
.com'
)
);
}
)
);
}
@@
-65,4
+65,4
@@
class Profile {
)
);
}
)
);
}
-}
\ No newline at end of file
+}