CodeIgniter Forums
Just been asked to take over a codeigniter website - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Just been asked to take over a codeigniter website (/showthread.php?tid=63626)



Just been asked to take over a codeigniter website - abbas.popul8 - 11-20-2015

Hi,

I've just been asked if I can take over maintenance of a website for a client. The website has been built using the CodeIgniter framework which I am not familiar with.

I know there is a help documentation but what is the quickest way to dive in and help my client? The first things they have asked for is to update a couple of pages with additional static content (a couple of paragraphs) and add a link to a document. These are the high priorities.

Next they want the site to undergo SEO.

Any advice, recommendations would be appreciated.

Regards,

Abbas


RE: Just been asked to take over a codeigniter website - ronaldv - 11-20-2015

To edit pages you'll have to check the files on "application/views/"

To get started with CodeIgniter I recommend you to read the Tutorial. It's really short and explains the basics.