Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Can this be converted to Smarty?

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
buging
Smarty n00b


Joined: 29 Mar 2016
Posts: 1

PostPosted: Tue Mar 29, 2016 4:31 pm    Post subject: Can this be converted to Smarty? Reply with quote

Hi,
I have this small piece of code in PHP but i can't seem to figure out how to "convert" it to Smarty. Can anyone help pls?

$page = file_get_contents("https://www.googleapis.com/books/v1/volumes?q=9780062391148");
$data = json_decode($page, true);
echo $data['items'][0]['volumeInfo']['description'];
Back to top
View user's profile Send private message
AnrDaemon
Administrator


Joined: 03 Dec 2012
Posts: 1785

PostPosted: Tue Mar 29, 2016 4:45 pm    Post subject: Reply with quote

Did you try ANY of the Smarty examples? At all?

$smarty->assign($data);
$smarty->display('page.tpl');

And in 'page.tpl' something like

{$items[0]['volumeInfo']['description']}
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP