Posts by Jklaus • 145 points
4 posts
-
3
votes2
answers1331
viewsQ: When to record logs in database?
I participate in a team that is developing an application using Zend framework 2 and Mysql database. We need to develop a logging feature of the actions performed by users in order to enable audits…
-
2
votes1
answer624
viewsQ: Session in a database
Thinking about the scalability of applications developed in Asp.net-mvc, I searched for alternatives not to use "session in memory". I saw that it is possible to save session data in database and…
-
2
votes1
answer6871
viewsA: Authentication and User Permission with MVC
Answer: Yes, it is possible. Explanation: If you’re starting with the Asp.net mvc I suggest you research the Class FormsAuthentication, for user authentication and class AuthorizeAttribute to carry…
-
4
votes2
answers587
viewsA: Model Codeigniter Access Error
Just like you already had that problem. I decided to pass the file name to lowercase. I use the first letter of the class name in uppercase, but this does not interfere with class loading. Example:…
codeigniteranswered Jklaus 145