codeigniter (smarty alternatives?)

Discussion in 'PHP' started by Audiomad, Feb 15, 2012.

  1. #1
    I want to start learning php and have been looking at the codeigniter framework is there any alternatives to smarty that can be integrated with it?
    I like the idea of shortened php code with smarty but I don't like having to deal with TPL files when designing "The reason I don't use wordpress"
     
    Solved! View solution.
    Audiomad, Feb 15, 2012 IP
  2. #2
    jestep, Feb 16, 2012 IP
  3. adityamenon

    adityamenon Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #3
    There are no .tpl files in Codeigniter. Just write your HTML and use your View sub-classes to output the pages. You can freely pepper your view html with regular PHP (with added goodies from Codeigniter).
     
    adityamenon, Feb 16, 2012 IP