Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / direct / php / classes / Profile.php
index f7494ca..ce27eb4 100644 (file)
@@ -9,7 +9,7 @@ class Profile {
     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'
@@ -37,8 +37,8 @@ class Profile {
             '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
+}