CMS

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
derbys
Forum Newbie
Posts: 1
Joined: Sat Dec 19, 2009 7:56 am

CMS

Post by derbys »

Hi, I dont know if this is the right place to post this or not, so apologies if its not.

I've got some knowledge of PHP and mySQL and am looking to further that more with a bit of a challenege, im looking at creating a website that will allow me to update pages and upload files from one central area - so basically a CMS. Im essentially, just wondering if anybody knows of any decent tutorials with how to create something similar to what i want. I'd prefer it if the tutorial was in video form, but thats not the end of the world if its not. A few tutorials that ive found aren't the best so i figured i'd try a forum to see if anybody knows of anything thats available on the net.

if anyone could point me in the right direction of one, that'd be great.

Thanks!
Elven6
Forum Newbie
Posts: 5
Joined: Fri Dec 18, 2009 12:58 pm

Re: CMS

Post by Elven6 »

If you want to use CodeIgnitor, they have a basic video tutorial setup for a blog CMS.

http://codeigniter.com/tutorials

With a few modifications I think you can get it to do what you want. If the videos are not enough you can try their Wiki.

http://codeigniter.com/wiki/Category:Help::Tutorials
Post Reply