revalabdillah / phptvdb

Automatically exported from code.google.com/p/phptvdb
0 stars 0 forks source link

Object of class TV_Show could not be converted to string #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In a simple example of search method, give me the error:

Catchable fatal error: Object of class TV_Show could not be converted to string 
in /hermes/bosweb/web247/b2474/ipg.mateusdalpicom/projects/teste/index.php on 
line 7

my code:
require 'TVDB.php';
$shows = TV_Shows::search('LOST');
echo $shows[0];

Original issue reported on code.google.com by mateusda...@gmail.com on 12 Feb 2011 at 8:41

GoogleCodeExporter commented 9 years ago
forget.... its because I try to "echo".... but something is very slow.... maybe 
the API..

Original comment by mateusda...@gmail.com on 12 Feb 2011 at 10:51

GoogleCodeExporter commented 9 years ago

Original comment by ryan.doherty on 16 Nov 2012 at 5:48