15,593
Loading...
Uploader Comments (JREAMdesign)
see all
All Comments (20)
-
Best tutorial i've ever found on how to get started.
-
@JREAMdesign This is not good idea to insert php code into template files
-
Thanks man, I really appreciate all your videos :) :) :)
-
Shall I have installed xampp web server for example in order to do what you do in your video???
-
Thanks! That's a very good intro to Smarty!
Loading...
Shall I have installed xampp web server for example in order to do what you do in your video?????????
fhatzis 9 months ago
@fhatzis yeah
JREAMdesign 9 months ago
Say I make a function, a function that checks if the users is logged in, how can you do this with smarty?
would this work?
$function = (function here);
$smarty->assign('loggedin', $function);
DontRTFM 1 year ago
@DontRTFM You could do this way:"
{php}
myFunction($var);
{/php}
JREAMdesign 1 year ago
hey quick tip before I watch the video, you can make videos a maximum of 15 minutes, not 10. And when it was 10, it was actually 10 minutes and 59 seconds!
op2rules 1 year ago
@op2rules Thanks d00d i did not even realize that till now!
JREAMdesign 1 year ago