CakePHP is an open source web application framework. It follows the Model-View-Controller (MVC) approach and written in PHP. CakePHP makes building web applications simpler, faster and require less code. This CakePHP tutorial will drive you to the right direction for getting started with CakePHP framework and provide basic guide of CakePHP application development. Our step by step cakePHP tutorial helps beginners for install and configures the CakePHP application. You can learn CakePHP from scratch with our easy tutorial. Also we will develop a sample CakePHP project and it will help you for better understanding the whole process. Application flow of

By: CodexWorld Oct 30, 2015
PayPal » PHP

PayPal is a widely used payment gateway to accept payment in the web application. PayPal payment gateway is the easiest option for the web developer to integrate payment gateway on the website. PayPal Standard Payment Gateway is the quickest way to accept...

By: CodexWorld Jul 18, 2023

Social Media is rising in popularity, it makes easier to reach visitors and make your presence felt on search engines. The easiest way to increase website visitors is social like, which can also earn a lot of fan following. The popular social buttons are F...

By: CodexWorld Apr 27, 2016

Drupal is a content management system which allows you to create and maintain many different types of websites without needing to know any coding language. Drupal is a free and open-source content management framework written in PHP. This tutorial provides...

By: CodexWorld Sep 4, 2015
PHP

Image upload functionality is commonly used in web applications and it can be easily implemented using PHP. But if you want to implement image upload functionality without page refresh, jQuery and Ajax are required with PHP. Upload image without page refre...

By: CodexWorld Jul 18, 2022

Google Maps is the widely used web element to display the map in the web application. Google Maps helps to mark a location on the map with a marker and display details information in a popup window. An info window displays content in a popup window over th...

By: CodexWorld Oct 25, 2022
PHP

Sending email from the script is very useful functionality for the dynamic web application. The email sending functionality can be easily integrated with PHP. PHP mail() function provides a simple way to send email from the script. You can send email with ...

By: CodexWorld Feb 20, 2023

The Back to Top button allows the user to smoothly scroll back to the top of the page. It’s very useful to enhance the user experience of the website. When a web page has lots of content, this page needs a navigation option that takes the user to the top...

By: CodexWorld Jan 11, 2023

The MVC pattern separates an application in 3 modules: Model, View, and Controller. CodeIgniter is one of the most popular PHP frameworks and it follows the MVC pattern. Web Developer can be able to build full-featured web applications with CodeIgniter. Th...

By: CodexWorld Oct 16, 2017
keyboard_double_arrow_up