In this post I will show you how to create a custom view helper in ZF2, writing a custom view helper in zf2 is very…
Leave a CommentAuthor: Praveen Anaparthi
11+ years of IT industry experience holding a wide range of skill sets and roles with significant work on PHP, Node.js, Python, Ruby, Docker, React.js, Microsoft Azure, Azure DevOps, Windows PowerShell, Shell script, Jenkins, MongoDB, SQL, MySQL, Apache, Nginx. etc. It is my passion to learn new things and implement them as a practice. Aside from work, I like gardening and spending time with pets.
Setting Database Configurations in Codeigniter very tiny task , just open database.php within applicationconfig. Set config like below , here database user “root”, password “”(no…
Leave a CommentHere is the list of $config settings to style the pagination links properly in Codeigniter with Twitter Bootstrap CSS & markup. To avoid loading each…
1 CommentKnowing about Design patters is very essential in software designing and development, here in this post i am gonna write about singleton pattern, basically it…
Leave a CommentZendMail provides generalized functionality to compose and send both text and MIME-compliant multipart email messages. Mail can be sent with ZendMail via MailTransportSendmail, MailTransportSmtp, or…
Leave a CommentThis post is about Multidimensional Array Searching , there is no builtin function in PHP to search Multidimensional Array, we can write our own function…
1 CommentSome times in application development, we required to delete files older than specified number of days. Actually below method removes older files from disk and…
Leave a CommentThis post is about Checking and Un-Checking all the check boxes with one single click. Below is the Sample code to Check or Unchecked All…
Leave a CommentToday we are going to learn more about server side validation using php codeigniter framework.Follow the below steps to do the server side validations. Server…
1 CommentThis post shows you how to get the sample Facebook application working with the CodeIgniter framework. For PHP Facebook has an PHP Facebook API and…
49 CommentsIn this post, I will show you, how to upload files with drag and drop interface with dropzone.js in your Codeigniter framework applications. Dropzone.js comes…
60 CommentsIn this post, I will show you how to create a simple picture gallery using PHP. This will go through all the pictures in a…
Leave a CommentIn Linux, the path separator is /, in windows supports both / and , so you can just use forward slashes to make your script…
1 CommentThis post is about registering inline and external javascript files into views, Yii provided CClientScript to manage the scripts and CSS files in Yii application.…
Leave a CommentThis is post is about integrating Facebook Connect into any website by using FB’s Graph API. to use Graph API we need to create new…
Leave a Comment