Avatar
Phpcmsframework

0 Following 0 Followers
1
Easy way to use ajax in cakephp controller action - PHP CMS Framework
In this article, we are going to discuss about easiest way to use the Ajax in Cakephp controller action. AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes.
1
Steps to Add CMS blocks into pages in Magento - PHP CMS Framework
In this article, we are going to discuss about How to add the CMS blocks into the pages in Magento. Magento is a popular E-commerce CMS framework.
1
Creating and checking user session using CodeIgniter library - PHP CMS Framework
In this article, we are going to discuss about How to create and check the User session using CodeIgniter library. If we create a web application with login (sign in) functionality
1
Steps to check the request type in Cakephp - PHP CMS Framework
In this article, we are going to discuss about How to check the request type in Cakephp. In Cakephp, we have many number of request objects. The default request object in Cakephp is "CakeRequest".
1
Change the ErrorController to work with AJAX in Zend Framework - PHP CMS Framework
In this article, we are going to discuss about How to change the ErrorController to work with AJAX in Zend Framework. Zend Framework is mostly used for web application.
1
Steps to create File Upload Component Cakephp - PHP CMS Framework
In this article, we are going to discuss about How to create a file upload component in Cakephp. File upload is a most used component in each and every application. Here we are going to create our own file upload component in Cakephp.
1
Create POP3 filter in PHP using Zend Framework - PHP CMS Framework
In this article, we are going to discuss about how to create POP3 filter in PHP using Zend Framework. POP3 is nothing but Post Office Protocol (POP) is an application-layer Internet standard protocol
1
Crop Image to Square dimension in CodeIgniter - PHP CMS Framework
CodeIgniter have a powerful image manipulation class. In this article we are going to discuss about How to use this class and Crop image to a square dimension in CodeIgniter (CI).
1
Create PDF from HTML in Symfony2 - Snappy Bundle - PHP CMS Framework
In this article, we are going to discuss about How to create PDF from HTML in symfony 2 framework using Snappy bundle. Snappy is a Bundle that is used for the conversion utility wkhtmltopdf in PHP 5.3
1
Tips and Tricks to speed up your wordpress blog - PHP CMS Framework
Most of the users using wordpress as a blog. In this article, I'm going to provide some tips and tricks to speed up your wordpress blog.