• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

MVC Coding Started

LPH

Flight Director
Flight Instructor
Using CodeIgniter, coding for Research Notes was formally changed to the MVC format. Models, views, and controllers for sites, categories, subcategories, keywords, and notes are now completed and being tested locally.

Things to do:
  • forms for inserting, deleting, and updating db records
  • forms for search
  • RSS feed inserts (cron job)

At this point, no ajax or javascript is present in the code.
 

Albert Jr

Dogs Times Writer
Congratulations on making headway. Can't wait to see this working.

The new like buttons are pretty sweet too :happy:
 

LPH

Flight Director
Flight Instructor
Thanks. There are several redirect problems and so links are not working for login and the .htaccess for removing the index.php is not working.
 

LPH

Flight Director
Flight Instructor
Oh - here is the proper place - :)

Building the CRUD part of the application. While a simple version is working, it's time to learn joining of tables so that pull downs will work.
 

LPH

Flight Director
Flight Instructor
Oh - here is the proper place - :)

Building the CRUD part of the application. While a simple version is working, it's time to learn joining of tables so that pull downs will work.

Backend CRUD is done.

Now working on search forms.
 
Top