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 characters
| [#<Cast name: "Brad Pitt", character: "Tyler Durden", role: nil, _id: "4accf4b845af591063000002", movie: "4accf4a945af591045000001", person: "4accf4b845af591063000001">, #<Cast name: "Edward Norton", character: "Narrator", role: nil, _id: "4accf4c645af59107f000002", movie: "4accf4a945af591045000001", person: "4accf4c645af59107f000001">, #<Cast name: "Meatloaf", character: "Conelius", role: nil, _id: "4acd02da45af591121000002", movie: "4accf4a945af591045000001", person: "4acd02da45af591121000001">] |
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 characters
| 60366 | |
| 60366 | |
| 60366 | |
| 60366 | |
| 19078 | |
| 19078 | |
| 19078 | |
| 19078 | |
| 18498 | |
| 18498 |
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 characters
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <hashes> | |
| <movie hash="8e245d9679d31e12" imdb_id="tt1144884" id=""> | |
| <movie hash="61f7751fc2a72bfb" imdb_id="tt0361748" id="16869"> | |
| </hashes> |
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 characters
| <?php | |
| /** | |
| * MoviedbComponent - API-Implementation for 'themoviedb.org' | |
| * API-Dokumentation: http://api.themoviedb.org/2.0/docs/ | |
| * | |
| * Usage: | |
| * 1. Include this component in your controller | |
| * |-> Example: public $components = array('Moviedb'); | |
| * 2. Request your API-Key and edit the component config below | |
| * 3. Getting started to use the component |
NewerOlder