Created
January 8, 2009 21:29
Revisions
-
swannodette revised this gist
Jan 8, 2009 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,9 @@ { action: 'create/read/update/delete', table: 'user/shift/trail/comment', constraints: { user_id: 67 }, properties: '*' || ['username', 'summary', 'modified'], orderby: ['<' || '>', 'modified'], startIndex: 2, -
swannodette revised this gist
Jan 8, 2009 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,5 +3,7 @@ table: 'user/shift/trail/comment', user_id: 67 // a constraint, properties: '*' || ['username', 'summary', 'modified'], orderby: ['<' || '>', 'modified'], startIndex: 2, count: 20 } -
swannodette created this gist
Jan 8, 2009 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ { action: 'create/read/update/delete', table: 'user/shift/trail/comment', user_id: 67 // a constraint, properties: '*' || ['username', 'summary', 'modified'], orderby: ['<' || '>', 'modified'] }