think tank forum

general discussion » Making PHP software

Weasley's avatar
15 years ago
r1, link
Weasley
20 x 10 living
I'm making some WIKI software after I finish somebodys website which is more user-friendly than MediaWIKI for the average user. Should I bother to add template systems and all that shit or should it be simple and raw PHP?

ttf looks like raw PHP, I want to follow that style.

Because it rocks.

thoughts?
bluet's avatar
15 years ago
link
bluet
if you're looking for simple wiki software, take a look at http://ciew.org/hax/ciew

it's written in ruby, though, but you may still learn something from it
Weasley's avatar
15 years ago
link
Weasley
20 x 10 living
Yeah, but I want one for PHP, as it's my main programming language and I understand it. Nothing else satisfies me.
lucas's avatar
15 years ago
link
lucas
i ❤ demo
i dig old-school html+php, but template engines are certainly nice for portability, language translation, and (sometimes) cleaner code.

have you looked at smarty?
bluet's avatar
15 years ago
link
bluet
you should go for templates to make your future easier. separating content and presentation is a very good idea
Weasley's avatar
15 years ago
link
Weasley
20 x 10 living
http://code.google.com/p/thinkwiki/

New project yay.