Codeigniter 3.0.0 exception issue in php7.

Error should be like this. Uncaught TypeError: Argument 1 passed to CI_Exceptions::show_exception() must be an instance of Exception, instance of Error given, called in /your/project/system/core/Common.php on line 658 and defined in /your/project/system/core/Exceptions.php:190 Stack trace: Step 1: Download the latest codeigniter version(Codeigniter 3.1.2) Step 2: Copy the ‘system’ folder from newly download Codeigniter project and replace … Read more

What is the Apache Cordova..???

Apache cordova is a platform for building native mobile applications using HTML, CSS & JavaScript. Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo Mobile or … Read more