CodeIgniter Forums
How to edit a site with CodeIgniter - 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: How to edit a site with CodeIgniter (/showthread.php?tid=80258)



How to edit a site with CodeIgniter - Milina - 10-08-2021

I'm trying to edit a site built with Codeigniter. I just want to add an extra page to the side menu but it's tied down by user permissions and stuff like that and I can't figure it out.
I just installed the framework and it's running on Xampp, but I don't know how to edit the site using it as this is my first time and I'm new to Web development in general. I'd really appreciate your help as I'm working against time. 
azarchatrandom
Thanks.


RE: How to edit a site with CodeIgniter - Ahirsi - 10-08-2021

(10-08-2021, 05:20 AM)Milina Wrote: I'm trying to edit a site built with Codeigniter. I just want to add an extra page to the side menu but it's tied down by user permissions and stuff like that and I can't figure it out.

I just installed the framework and it's running on Xampp, but I don't know how to edit the site using it as this is my first time and I'm new to Web development in general. I'd really appreciate your help as I'm working against time. Thanks.

How did you set up the database? Did you import a database SQL dump file? Did you inherit someone's laptop that had the application running in or
is the site on a Cloud somewhere and you got access to the code?

I would recommend you step back and learn the basics. Be honest with whoever is giving you the tight deadlines. Tell them you will
need some time to figure things out.

AHirsi


RE: How to edit a site with CodeIgniter - ikesela - 10-08-2021

look for App/View and App/Controller folder.

Edit here -> page are store in View folder
and data pass to View using controller file.

App/Config/Routes.php -> store all url for web and call function in controller to view web page.

This is should be giving a rough idea on editing existing web


RE: How to edit a site with CodeIgniter - includebeer - 10-08-2021

(10-08-2021, 05:20 AM)Milina Wrote: I'm trying to edit a site built with Codeigniter. I just want to add an extra page to the side menu but it's tied down by user permissions and stuff like that and I can't figure it out.

I just installed the framework and it's running on Xampp, but I don't know how to edit the site using it as this is my first time and I'm new to Web development in general. I'd really appreciate your help as I'm working against time. Thanks.
Are you a robot or a spammer? I think this is the third time this exact message is posted here.  Dodgy


RE: How to edit a site with CodeIgniter - InsiteFX - 10-09-2021

@includebeer, Your right this is like the third time for this topic.