Codeigniter

Ci-Snippets2 for Visual Studio Code

 My First Snippets Extension for CodeIgniter PHP Framework now available to download from Visual Studio Marketplace “https://marketplace.visualstudio.com/items?itemName=Anish-M.ci-snippets2”as an opensource project any one can contribute on Github repo“https://github.com/anish137i/ci-snippets2” . Change : Updated new version 1.0.0 with some Bug fixes and added table in Readme.md for refrance.

CodeIgniter Post Dump

Some times at a time of developing form we find some difficulties what are the data POST from form action to verify we can use following var dump array to view the data.         $post = array();            foreach ( $_POST as $key => $value )      …

CodeIgniter Post Dump Read More »

BootIgniter Project

As web developer i need to use frameworks to help my web application coding should be easy task i prefer to use CodeIgniter Framework its very easy to understand and use for PHP base project now days every website integrate with bootstrap, but in codeigniter its simple small ready to user nature the following bootstrap …

BootIgniter Project Read More »