Skip to content

Instantly share code, notes, and snippets.

View travisbell's full-sized avatar
🚀
ZOOM ZOOM

Travis Bell travisbell

🚀
ZOOM ZOOM
View GitHub Profile
[#<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">]
60366
60366
60366
60366
19078
19078
19078
19078
18498
18498
<?xml version="1.0" encoding="UTF-8" ?>
<hashes>
<movie hash="8e245d9679d31e12" imdb_id="tt1144884" id="">
<movie hash="61f7751fc2a72bfb" imdb_id="tt0361748" id="16869">
</hashes>
<?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