Estimation is one of the foundation stones for any project success. Over Estimation or Underestimation will make or break the project. It is human nature to deliver a project within a short span of duration. However, underestimating a Project is like an eternal swirl in a river.
Read more
Who are tried to connect Codeigniter with SQL Servers knows the suffering and the time invested to achieve this goal (or at least for me). Here is the steps that I follow, I hope that works for you!
Read more
Putty is an open source SSH client used to connect to a remote server. Putty is basically a terminal for windows based operating systems. It supports several network protocols, including SCP, SSH, Telnet and raw socket connection. PuTTY was originally written for Microsoft Windows, but it has been ported to various other operating systems. To work with Putty you need to know few basic Putty Commands.
Read more
You can find yourself often in the situation when you have to change the php.ini configuration on a server where you don't have full control (like no root, ssh) and you only can upload files to that server. Getting access to the server configuration may be difficult in this situation. Sending an email to the customer, explaining what is needed, of course he has no idea what you are talking about, trying to get in touch with the support from different hosting companies and so on - what a waste of time.
Read more
Technically what I am trying to do it to build an "Extension Module" as per vTiger definition, that can be installed via the Module Manager in the GUI. Read more
Generate pdf in codeigniter v2+ using tcpdf php library, which will convert codeigniter view file into pdf file. For download tcpdf library file you can check this http://www.tcpdf.org/ link.
Read more
Usage of Curl library in Codeigniter :: Just add this code in your Codeigniter Controller file For Curl, you have to use Curl library.
Read more
Web development has a lot of nuances that are learned along the way. One of those is that www and non-www URLs are technically different and that it could hurt your SEO if you keep both around.
Read more
Qr Code generator using codeigniter is a PHP Library to create QR Code. This is a porting library for CodeIgniter Framework, Read more
PHPExcel is a pure PHP library for reading and writing excel files with CodeIgniter MVC framework. Read more