CodeIgniter - Security
XSS Prevention
XSS means cross-site scripting. CodeIgniter comes with XSS filtering security. This filter will prevent any malicious JavaScript cod…Read More
CodeIgniter Benchmarking,CodeIgniter
Setting Benchmark Points
If you want to measure the time taken to execute a set of lines or memory usage, you can calculate it by using Benchmarkin…Read More
CodeIgniter - Internationalization
The language class in CodeIgniter provides an easy way to support multiple languages for internationalization. To some extent, we can use different …Read More
CodeIgniter - Application Profiling
When building a web application, we are very much concerned about the performance of the website in terms of how much time the controller took to ex…Read More
CodeIgniter - Adding JS & CSS
Adding JavaScript and CSS (Cascading Style Sheet) file in CodeIgniter is very simple. You have to create JS and CSS folder in root directory and cop…Read More
0 comments:
Post a Comment
Thanks