Hello,
I want to create just a basic CMS which I can expand on later.
Are there any good tutorials on how I should go about this?
I appreciate anyone's input.
Thanks,
John
| SitePoint Sponsor |

Hello,
I want to create just a basic CMS which I can expand on later.
Are there any good tutorials on how I should go about this?
I appreciate anyone's input.
Thanks,
John

are you trying to create something very unique compared to the already existing ones?
Joomla is one of the famous open source CMS, i would suggest reading document section of joomla to get more ideas
http://docs.joomla.org/
why dont you consider few CMS system out there, see whether you can find something suite for your requirements. Probably you may able to create some plugins or modification to existing CMS systems to make it work for your projects.

Thanks Iphy.
I just want a basic text editing CMS. I think Joomla might be a little too much, especially when I roll this out to clients.
Can you recommend one? I looked in the script and cms thread but I was a little thrown off because of the amount to choose from.
Thanks!

Are your clients all in the same business?


Then (re)use an existing cms if I were you, unless you like learning.
Go to opensourcecms.com click on PHP, click on "lite" (LH menu) find a couple that fit your specification, check they are still maintained (if they are hosted on sourceforge.net this can be checked), check they are PHP5 only (if you are on PHP5) check the licences, download them, have a play.
Choose one, or raid it for ideas.



Drupal is probably overkill for what you want, but in my opinions its one of the best open-source CMS's you can use.
I doubt you will find many decent guides to building your own cms, as they can vary considerably. At best you'll likely find a tutorial that teaches you how to do a basic CRUD setup for pages.
[read: PHP Sec. | CSRF | PCRE Mods | Encryption | Form Proc. | File Val.]
[tools: PHPEd | PHP Docs | jQuery | CI | SwiftMailer | CKEditor | reCAPTCHA]
Bookmarks