How to Use Php templates and introduction!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fadi
Forum Newbie
Posts: 10
Joined: Wed Mar 24, 2004 1:26 am
Location: Asia:Pakistan

How to Use Php templates and introduction!

Post by fadi »

Hi !
Can any one plz tell me how to use php templates and any beginners tutorial for them ..and their advantages..i would b really thankful for helper...
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

There are plenty of posts on templates in the forum. The search-function will return links like:

viewtopic.php?t=19057&highlight=template+engines

Do search before you post. And read the posting guidelines (click on the first link in my sig)
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

heh..
Searched the web for php template tutorial...Results 1 - 10 of about 213,000....Search took 0.34 seconds.
That's a boat load more links than anyone here knows of. ;)
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post by Nay »

Most people will tell you to go the OOP way but I'm going to tell you something different. You should go the OOP way :) ;). I'm not sure it'll help you or confuse you but here's something worth checking out:

http://phppatterns.com/index.php/articl ... iew/4/1/1/

-Nay
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

Nay wrote:Most people will tell you to go the OOP way but I'm going to tell you something different. You should go the OOP way :) ;). I'm not sure it'll help you or confuse you but here's something worth checking out:

http://phppatterns.com/index.php/articl ... iew/4/1/1/

-Nay
In what way is OOP relating to the question asked?
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post by Nay »

I guessed, PHP templates and their advantages/disadvantages?

-Nay
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

<-- me silly. Posted before I clicked on the link.

What a lesson there is to be learnt from this. For every single one of us ;)

/jk
Post Reply