|
You've only started PHP and your first project is something like this? It's incredibly ambitious.
First of all, can I suggest that you take a look at existing open source php content management systems? I'm not trying to discourage you from your coding, but generally it's a better idea to use something someone's already done a good job on writing.
But if you are determined to write it all yourself. I would slow down. Break the project into smaller bits.
Smarty is a big thing to get into on a first project - I would just code normally, but try and keep the design as separate as you can, in the PHP and by using CSS for the HTML.
I congratulate you on your ambition, but I get the feeling that you are flying into a large project without doing all the necessary groundwork in coding expertise.
|