Forum Moderators: coopster
They were a bit useless and not very helpful at answering my questions.
So my questions are, how can you look at exsisting sites back end developments? If tutorials aren't very useful what's the best way to go about it? Commercial CMS's arn't an option as I want to learn how to build my own.
Thanks for all the advice,
Josh
As opposed to writing your own cms from scratch it might be an idea to use an existing app as a building block to configure to meet your needs exactly.
Mack.
The modules answer you got is correct. Look at the project and break it down in chunks.
I presume you are looking for a framework that allows a common structure with different data being inserted for different properties. PHP will do that for you.
As far the tutorials answer, I think it's off-base. There are many great references in the library of this sub-forum.
Check this one out [webmasterworld.com]
Yeah jbinbpt, it will be the data from different properties to add on, also it will need a search function but that can come much later on after the cms is built.
I have done the Lynda.Com - PHP With MySQL Essential Training which builds a custom CMS but I'm not sure if the security or what not is very good or even if I'd be able to integrate it into my site.
Just looking for guidance how as a novice to go about it all