Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 06-24-2005, 02:20 PM smarty help...
-_darkranger_-'s Avatar
Super Talker

Posts: 122
Location: bolton...
Trades: 0
ive been reading the smarty manual and trying it out but it wont work....

index.php
PHP Code:
<?php

// load Smarty library
require('Smarty.class.php');

$smarty = new Smarty;

$smarty->template_dir 'localhost/kp/smarty/templates/';
$smarty->compile_dir 'localhost/kp/smarty/templates_c/';
$smarty->config_dir 'localhost/kp/smarty/configs/';
$smarty->cache_dir 'localhost/kp/smarty/cache/';

$smarty->assign('name','Ned');

$smarty->display('index.tpl');
?>
index.tpl
PHP Code:
<html>
<
head>
<
title>hiya {$name}!</title>
</
head>
<
body>
{* 
Smarty *}

Hello, {$name}!
</
body>
</
html
why wont it work :S it keeps saying "Warning: Smarty error: unable to read resource: "index.tpl" in c:\apachefriends\xampp\php\pear\Smarty.class.php on line 1088"

Last edited by -_darkranger_-; 06-25-2005 at 07:17 AM..
-_darkranger_- is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-25-2005, 09:14 AM
Republikin's Avatar
Defies a Status

Posts: 3,189
Trades: 3
Your paths are incorrect. Just look at the error and that should tell you a bit about what kind of path you should use.

Code:
localhost/kp/smarty/templates/
Code:
c:\apachefriends\xampp\php\pear\Smarty.class.php
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Republikin is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to smarty help...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.22325 seconds with 12 queries