Template design with php

Discussion in 'PHP' started by agriz, Nov 8, 2013.

  1. #1
    Hi,

    There are many open source projects out there in PHP.
    I just wanted to know how to do template design with PHP?

    For example, wordpress can be extended by writing plugins.
    If i have to design a forum or blogger, how would i start to design which can be extended?
     
    agriz, Nov 8, 2013 IP
  2. MakZF

    MakZF Well-Known Member

    Messages:
    390
    Likes Received:
    9
    Best Answers:
    1
    Trophy Points:
    140
    #2
    No idea what you are asking, try give an example of what you are trying to do?
     
    MakZF, Nov 9, 2013 IP
  3. Arshid_K_V

    Arshid_K_V Active Member

    Messages:
    37
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #3
    Hi,
    First make template with html and css ,then implement your php code in your template .
     
    Arshid_K_V, Nov 9, 2013 IP
  4. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #4
    WordPress is a bad example, as it's not really doing what you think it's doing. WordPress plugins work by actually modifying files on the server, either automatically or by having you manually editing them. Not really a templatespecific approach.
     
    PoPSiCLe, Nov 10, 2013 IP