Very limited CMS engine?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sicsrt8
Forum Newbie
Posts: 1
Joined: Mon Apr 06, 2009 4:45 pm

Very limited CMS engine?

Post by sicsrt8 »

I am making a simple website and want to allow access to a specified user who can log in and write news updates, add images and send emails without being able to edit main design code. I have looked at Joomla, Wordpress etc and seem to create more than what I need.

I am new to php coding realm but understand I can just add the <php> code into a specified area in my HTML and allow for css to control visual imaging of text. Basically I want to allow them to add news updates and images easily without having to code anything. Is there a very basic guide for creating this type of thing without using a full scale cms application?

Sorry if I'm in the wrong area for this and thank you for any guidance or info you can share.
sujithtomy
Forum Commoner
Posts: 46
Joined: Tue Mar 24, 2009 4:43 am

Re: Very limited CMS engine?

Post by sujithtomy »

Hello

Try, CMS MADE SIMPLE...
http://www.cmsmadesimple.org
User avatar
php_east
Forum Contributor
Posts: 453
Joined: Sun Feb 22, 2009 1:31 pm
Location: Far Far East.

Re: Very limited CMS engine?

Post by php_east »

google for SNEWS. it does what you want and is self contained in itself. ( and it's someting like only 100k filesize of codes i think ).
Post Reply