How to read the config file data in the application of Codeigniter
In the earlier posts we learned about how to create baseurl, custom library, sending email in Codeigniter. Now we can learn about... Read More
How to call controller’s method within the view in CakePHP
Hi friends, In the older posts we learned about CakePHP. In this post, I would like to explain about how to call... Read More
Foundation front-end framework installation
In this post, I will explain about how to install Foundation Frontend Framework. A Framework for any device, medium and accessibility. Foundation... Read More
Generate token key in the registration of CodeIgniter application
In this post I am going to explain generate token key in the registration of CodeIgniter application, Now in every application after... Read More
core PHP file use as library in CakePHP
This post explains how use core PHP file as library file in CakePHP. I have requirement that use external file need to... Read More
CakePHP data validation in model
This post explains about CakePHP data validation in model. We will write validations in client-side, this explains about validations in server-side in... Read More
How to send email using HTML templates in Codeigniter
This post explains how to send email using HTML templates in Codeigniter, earlier post we learned how to send mails using HTML... Read More
How to call API in CakePHP
This post explains how to call API in CakePHP, in earlier we learn about webservices, documentation for webservices and how to create... Read More
How to implement CMS application with SEO friendly URLs in CakePHP
This post explains about how to implement CMS application with SEO friendly URLs in CakePHP, earlier we learned about SEO / Clean... Read More