Re: [PHP] what would be the best way to build a 'add page function' to my cms?

2011-05-04 Thread Adam Preece
Hi Tedd, thank you for your response, i am in the process now of creating this function, and its very deceptive how complex you can actually make it. but im sure i'll get there. i have taken a some of your points into consideration. thanks again. On 4 May 2011, at 17:20, tedd wrote: > At 7:

Re: [PHP] what would be the best way to build a 'add page function' to my cms?

2011-05-04 Thread tedd
At 7:19 PM +0100 5/2/11, Adam Preece wrote: the reason, why i don't want to use word press and any other open source solution, is that i want to learn how it is all done. im sure i can figure it out myself but i would like to ask others and see how they would tackle it. the idea with the modu

Re: [PHP] what would be the best way to build a 'add page function' to my cms?

2011-05-02 Thread Adam Preece
the reason, why i don't want to use word press and any other open source solution, is that i want to learn how it is all done. im sure i can figure it out myself but i would like to ask others and see how they would tackle it. the idea with the modules sounds really cool, template type system.

Re: [PHP] what would be the best way to build a 'add page function' to my cms?

2011-05-02 Thread Ashley Sheridan
On Mon, 2011-05-02 at 18:43 +0100, Adam Preece wrote: > Hi, > > sure i will try to be more specific. > > > Is each page a standalone one based on a template that just allows the main > > content to be changed? > yes. > > > Is a page made up of several snippets? > could be, depends on what has

Re: [PHP] what would be the best way to build a 'add page function' to my cms?

2011-05-02 Thread Adam Preece
Hi, sure i will try to be more specific. > Is each page a standalone one based on a template that just allows the main > content to be changed? yes. > Is a page made up of several snippets? could be, depends on what has to be done. > Does the CMS save out the final HTML page, or does it store

Re: [PHP] what would be the best way to build a 'add page function' to my cms?

2011-05-02 Thread Ashley Sheridan
On Mon, 2011-05-02 at 17:59 +0100, Adam Preece wrote: > Hi, > > im building a cms and im currently thinking of a way to build an add page > function. > > any one got some ideas on the best way to achieve this? > > cheers That's a bit of an open question, and there are several things that ne