How should I build a gaming community
Posted
by Przystojny
on Stack Overflow
See other posts from Stack Overflow
or by Przystojny
Published on 2009-07-19T22:29:24Z
Indexed on
2010/05/18
4:00 UTC
Read the original article
Hit count: 191
I've been wanting to build my own gaming community site (like http://fragbite.com) for a long time, I have started many times but just quitted after a couple days because it gets very messy
I've been palying around with php and mysql off and on for 3 years but i've never gotten in to oop. i have tried but i usually end up with the "old php".
I usually build my pages like so that i include a file on top of all pages with neccasary functions, html head etc. And I mix php and html together which I dont mind but if I eventually would get a designer he would not like it i think.
I have tried both phpcake and codeigniter and all those popular mvc's but its just to much, like they do all the work. i want to do it myself. but i dont know where to start.
What would you do if you were me? Is there maybe some non-oop mvc?
(Sorry for my english)
© Stack Overflow or respective owner