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?
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
Yeah, but I want one for PHP, as it's my main programming language and I understand it. Nothing else satisfies me.
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?
you should go for templates to make your future easier. separating content and presentation is a very good idea