Page 1 of 1

Backoffice

Posted: Thu Aug 14, 2008 7:55 am
by Stela
Hello...

I know a little of PHP and I needed to create a backoffice for a site.

Is there a book or a site with tutorials to explain this process?

Thanks :!:

Re: Backoffice

Posted: Thu Aug 14, 2008 9:57 am
by pickle
Backoffice?

Re: Backoffice

Posted: Thu Aug 14, 2008 10:09 am
by Oren
pickle wrote:Backoffice?
Yeah... he means like an admin panel. Somehow, there are people who call it that way.

Re: Backoffice

Posted: Thu Aug 14, 2008 10:16 am
by Stela
That's it, a admin panel for anyone with a password can make changes (modify text, insert pics, etc).

So, where should I start learning to do it :?:

Re: Backoffice

Posted: Thu Aug 14, 2008 10:51 am
by Stela
I have found this
phpMyAdmin

Does it do that admin panel?

Re: Backoffice

Posted: Thu Aug 14, 2008 11:01 am
by pickle
If you read phpMyAdmin's website you'll know it's just for managing a MySQL database. If you want to modify a whole site, what you're looking for is a Content Management System, usually referred to as a CMS.

Re: Backoffice

Posted: Fri Aug 15, 2008 1:00 am
by Stela
I think a found a good tutorial

http://www.intranetjournal.com/php-cms/

Can this be a good beginning?

Re: Backoffice

Posted: Fri Aug 15, 2008 9:46 am
by pickle
Try it out.

Re: Backoffice

Posted: Sun Aug 17, 2008 12:07 am
by swiftouch
I 2nd the opinion that you are looking for a content management system.

I personally am partial to the Modx CMS. It's super easy to learn and it's php oriented.
http://modxcms.com/

Re: Backoffice

Posted: Sun Aug 17, 2008 8:22 pm
by Stela
Thanks for the tip.

It looks what I need 8)