All Questions
Tagged with codeigniter html
6 questions
4
votes
2
answers
411
views
Blogging application with Codeigniter back-end and AngularJS front-end
I am working on a blog application with Codeigniter 3.1.8 and AngularJS v1.7.8.
The Dashboard of the application is "pure" Codeigniter, with Models, Controllers, and views, while the fronted is made ...
3
votes
1
answer
212
views
Best practice for generating jQuery dynamical content
I am new user of CodeIgniter and I am trying to build an application that there are lots of jQuery dynamical content.
Below I provide a code that I am using in order to be precise. The code below is ...
3
votes
1
answer
512
views
Correct MVC in CodeIgniter
In my CodeIgniter project I have a Login controller that load this view:
...
2
votes
1
answer
9k
views
Codeigniter view within a view
I'm calling a view into a view. Am I doing correctly, or is this a bad practice?
...
1
vote
1
answer
106
views
Is this a sensible form iteration pattern for a web form with an unknown number of fields?
I'm designing a small intranet-based time-tracking web app that accepts an unknown number of data "rows" which each consist of 7 form fields. Rows can by dynamically added by the browser.
Can I do ...
4
votes
3
answers
510
views
Web register form
This is a page that allow user to do register:
...