You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by ro...@apache.org on 2014/11/12 02:15:44 UTC

[39/45] incubator-usergrid git commit: update I had to copy paste from other repo thats why there is so many file changes.

update I had to copy paste from other repo thats why there is so many file changes.


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/27879d19
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/27879d19
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/27879d19

Branch: refs/heads/master
Commit: 27879d19ebc46658505aa4f4de0ee4713423b500
Parents: e57f853
Author: Jason Kristian <ja...@apps4u.com.au>
Authored: Mon Nov 10 13:36:49 2014 +1000
Committer: Jason Kristian <ja...@apps4u.com.au>
Committed: Mon Nov 10 13:36:49 2014 +1000

----------------------------------------------------------------------
 sdks/php5/apache-usergrid/Examples/collections/users.php     | 7 +++----
 sdks/php5/apache-usergrid/README.md                          | 2 +-
 sdks/php5/apache-usergrid/src/Manifests/1.0.1/Management.php | 2 +-
 sdks/php5/apache-usergrid/src/Manifests/1.0.1/Users.php      | 2 +-
 4 files changed, 6 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/27879d19/sdks/php5/apache-usergrid/Examples/collections/users.php
----------------------------------------------------------------------
diff --git a/sdks/php5/apache-usergrid/Examples/collections/users.php b/sdks/php5/apache-usergrid/Examples/collections/users.php
index f1c529d..eb99fdd 100644
--- a/sdks/php5/apache-usergrid/Examples/collections/users.php
+++ b/sdks/php5/apache-usergrid/Examples/collections/users.php
@@ -87,12 +87,11 @@ var_dump($find_user_by_uuid->entities);
 
 // AS all results as PHP Collections and the entities propery is always returned as a PHP Collection you can fetch nested records
 $user_addr = Usergrid::users()->findById(['uuid' => 'Jason']);
-echo $user_addr->entities->fetch('adr');
-//or
-
 echo $user_addr->entities->fetch('adr.addr1');
+//or
+echo $user_addr->entities->fetch('adr.street');
 
 // add user to group
 //$user_to_group = Usergrid::groups()->addUser(['entity_name_or_uuid' => 'group_name_or_uuid', 'user_name_or_uuid' => 'user name or uuid']);
 
-//$user_remove_group = Usergrid::groups()->removeUser(['entity_name_or_uuid' => 'group_name_or_uuid', 'user_name_or_uuid' => 'user name or uuid']);
+//$user_remove_group = Usergrid::groups()->removeUser(['entity_name_or_uuid' => 'group_name_or_uuid', 'user_name_or_uuid' => 'user name or uuid']);
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/27879d19/sdks/php5/apache-usergrid/README.md
----------------------------------------------------------------------
diff --git a/sdks/php5/apache-usergrid/README.md b/sdks/php5/apache-usergrid/README.md
index c5373ae..66adf00 100644
--- a/sdks/php5/apache-usergrid/README.md
+++ b/sdks/php5/apache-usergrid/README.md
@@ -189,4 +189,4 @@ of it as a helper as some times it good to have access to both world server side
 * Writing tests
 * Code review
 * Code
-* Manifest files
+* Manifest files
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/27879d19/sdks/php5/apache-usergrid/src/Manifests/1.0.1/Management.php
----------------------------------------------------------------------
diff --git a/sdks/php5/apache-usergrid/src/Manifests/1.0.1/Management.php b/sdks/php5/apache-usergrid/src/Manifests/1.0.1/Management.php
index ea7c8ad..b471e77 100644
--- a/sdks/php5/apache-usergrid/src/Manifests/1.0.1/Management.php
+++ b/sdks/php5/apache-usergrid/src/Manifests/1.0.1/Management.php
@@ -1073,4 +1073,4 @@ return [
         ]
     ]
 
-];
+];
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/27879d19/sdks/php5/apache-usergrid/src/Manifests/1.0.1/Users.php
----------------------------------------------------------------------
diff --git a/sdks/php5/apache-usergrid/src/Manifests/1.0.1/Users.php b/sdks/php5/apache-usergrid/src/Manifests/1.0.1/Users.php
index 9b9c609..1e57430 100644
--- a/sdks/php5/apache-usergrid/src/Manifests/1.0.1/Users.php
+++ b/sdks/php5/apache-usergrid/src/Manifests/1.0.1/Users.php
@@ -377,4 +377,4 @@ return [
             'location' => 'json'
         ]
     ]
-];
+];
\ No newline at end of file