| <?php |
| /** |
| * Copyright 2010-2014 baas-platform.com, Pty Ltd. or its affiliates. All Rights Reserved. |
| * |
| * Licensed under the Apache License, Version 2.0 (the "License"). |
| * You may not use this file except in compliance with the License. |
| * A copy of the License is located at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * or in the "license" file accompanying this file. This file is distributed |
| * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either |
| * express or implied. See the License for the specific language governing |
| * permissions and limitations under the License. |
| */ |
| |
| $books_data = [ |
| ['collection' => 'books', 'title' => 'book one', 'name' => 'book_one', 'author' => 'author 1'], |
| ['collection' => 'books', 'title' => 'book two', 'name' => 'book_two', 'author' => 'author 2'], |
| ['collection' => 'books', 'title' => 'book three', 'name' => 'book_three', 'author' => 'author 3'], |
| ['collection' => 'books', 'title' => 'book four', 'name' => 'book_four', 'author' => 'author 4'], |
| ['collection' => 'books', 'title' => 'book five', 'name' => 'book_five', 'author' => 'author 5'], |
| ['collection' => 'books', 'title' => 'book six', 'name' => 'book_six', 'author' => 'author 6'], |
| ['collection' => 'books', 'title' => 'book seven', 'name' => 'book_seven', 'author' => 'author 7'], |
| ['collection' => 'books', 'title' => 'book eight', 'name' => 'book_eight', 'author' => 'author 8'], |
| ['collection' => 'books', 'title' => 'book nine', 'name' => 'book_nine', 'author' => 'author 9'], |
| ['collection' => 'books', 'title' => 'book ten', 'name' => 'book_ten', 'author' => 'author 10'], |
| ['collection' => 'books', 'title' => 'book eleven', 'name' => 'book_eleven', 'author' => 'author 11'], |
| ['collection' => 'books', 'title' => 'book twelve', 'name' => 'book_twelve', 'author' => 'author 12'], |
| ['collection' => 'books', 'title' => 'book thirteen', 'name' => 'book_thirteen', 'author' => 'author 13'], |
| ['collection' => 'books', 'title' => 'book fourteen', 'name' => 'book_fourteen', 'author' => 'author 14'], |
| ['collection' => 'books', 'title' => 'book fifteen', 'name' => 'book_fifteen', 'author' => 'author 15'], |
| ['collection' => 'books', 'title' => 'book sixteen', 'name' => 'book_sixteen', 'author' => 'author 16'], |
| ['collection' => 'books', 'title' => 'book seventeen', 'name' => 'book_seventeen', 'author' => 'author 17'], |
| ['collection' => 'books', 'title' => 'book eighteen', 'name' => 'book_eighteen', 'author' => 'author 18'], |
| ['collection' => 'books', 'title' => 'book nineteen', 'name' => 'book_nineteen', 'author' => 'author 19'], |
| ['collection' => 'books', 'title' => 'book twenty', 'name' => 'book_twenty', 'author' => 'author 20'], |
| ]; |