[PHP] Content Management Systems

2004-05-21 Thread Jed R. Brubaker
Hey all -
I was hoping that I could get some advice! I am setting up a site that will
be quazi-portal-ish in nature. As such, a lot of different people in a lot
of different departments will be making contributions and editing parts of
the site.

I have never done something like this before, but I think what I am looking
for is a content management system (CMS). Is this correct?

I have been looking at a bunch of the packages from the list on HotScripts,
and I have to admit I am overwhelmed and confused. It seems that packages
such as Midgard, Typo3, etc. would need to be set up by the server admin..
This will not work for my situation. I am looking for a system that:

1. Allows multiple users.
2. Gives me complete design control.
3. Has a non-HTML editor interface (my clients are not so savvy), and
4. Can run just off of a PHP/MySQL interface that I can setup without access
to anything but my server space and database.

Does anyone have any suggestions?

Thanks a bunch - you guys are the best!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Content Management Systems

2003-03-09 Thread shaun
I would really appreciate some advice from anyone who has worked with or
developed their own content management system.

This is my scenario, when i have finished creating a site, i want to be able
to add in the CMS with a minimum amount of fuss. I want to be able to get
the CMS to recognize all the tables and somehow allow me to set the tables
and fields that the client can update safely (i.e. if it is an employment
recruitment site then they will be able to add jobs but not job_id). This
will save me so much time rather than having to handcode the CMS for every
site.

I think i have an answer to my problem, and would be interested to hear your
opinion. When i install the CMS it will read the existing tables and create
2 new tables:

CMS_TABLES
cms_table_id(PK)
cms_table_name
cms_table_is_editable

CMS_FIELDS
cms_field_id(PK)
cms_table_id(FK)
cms_field_name
cms_field_is_editable
cms_field_type
cms_field_size
cms_field_is_primary_key

As an administrator I will be able to set fields and tables which are
editable. Now when i go to the database management page i can do 'SELECT *
FROM CMS_FIELDS WHERE cms_table_id = '$_GET[table_id]' AND
cms_field_editable = TRUE

Also does anyone have any suggestions for editing static content?

Any comments here would be greatly appreciated.

Thanks




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Content Management Systems

2001-07-31 Thread Ralph Guzman

Hello,

I am looking for new alternatives in web development and maintenance.
Anybody have any suggestions or comments on any open source/commercial
PHP+mySQL based CMS programs?

Thanks.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]