CodeIgniter - InternationalizationThe language class in CodeIgniter provides an easy way to support multiple languages for internationalization. To some extent, we can use different la…Read More
CodeIgniter - SecurityXSS PreventionXSS means cross-site scripting. CodeIgniter comes with XSS filtering security. This filter will prevent any malicious JavaScript code or…Read More
CodeIgniter Benchmarking,CodeIgniterSetting Benchmark PointsIf you want to measure the time taken to execute a set of lines or memory usage, you can calculate it by using Benchmarking po…Read More
CodeIgniter - Adding JS & CSSAdding JavaScript and CSS (Cascading Style Sheet) file in CodeIgniter is very simple. You have to create JS and CSS folder in root directory and copy …Read More
CodeIgniter - Application ProfilingWhen 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 exec…Read More
0 comments:
Post a Comment
Thanks