All Questions
2 questions
1
vote
1
answer
7k
views
Passing an object to the view in CodeIgniter
I'm trying to use an object and persist it into the data base.
I created a class in the library's folder.
...
1
vote
2
answers
3k
views
Controller for an Administrator User, can this be improved? (codeigniter)
I want to write better code.
This is a simple controller class for an administrator login.
Are there conventions or tips in PHP to rewrite this code and improve it?
...