Quantcast
Channel: Foro KumbiaPHP framework
Viewing all articles
Browse latest Browse all 395

Error Rest

$
0
0
hola compañeros estoy haciendo pruebas con la opcion de rest de kumbia php teniendo como referencia http://www.kumbiaphp.com/blog/2015/02/03/servicios-rest-con-kumbiaphp/   pero ajecutando la opcion get(id) me muestra este error

This page contains the following errors:

error on line 2 at column 1: Extra content at the end of the document

Below is a rendering of the page up to the first error.

hechando un ojo a la linea es esto:

<b>Warning</b>: get_class() expects parameter 1 to be object, boolean given in <b>/Users/laptop/Web/iorder/default/app/views/_shared/templates/xml.phtml</b> on line <b>10</b><br />


seria esta 
$xml->startElement(get_class($elem));


Viewing all articles
Browse latest Browse all 395

Trending Articles