Welcome Guest, Not a member yet? Register   Sign In
Looking to generate an invoice using product tables
#6

A framework can only do so much, it provides helper classes and function and provide good structure (MVC). What you do with it are up to you. It's not a full featured application in any way, it helps you get to go the goal faster by providing for e.g. URI handling.

jQuery are JavaScript a framework/toolkit, the same can be done in pure JavaScript as well. It provide the tools for rapid coding, but you need to tell it what to do.

What CodeIgniter can help you with in this regard:
- Provide endpoints for your AJAX
- Output json with correct headers
- Connect to the database and make queries
- Validate your data
- etc...

https://codeigniter4.github.io/userguide...stful.html
https://codeigniter4.github.io/userguide...model.html
https://codeigniter4.github.io/userguide...ities.html
https://codeigniter4.github.io/userguide...ponse.html
https://codeigniter4.github.io/userguide...onses.html
Reply


Messages In This Thread
RE: Looking to generate an invoice using product tables - by jreklund - 02-21-2020, 03:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB