Avatar
Phpcmsframework

0 Following 0 Followers
1
Prototype Javascript validation in Magento forms - PHP CMS Framework
In this article, we are going to discuss about How to use the prototype javascript validation in Magento forms. Using Javascript validation in forms will improves the usability and efficiency of the website.
1
CakePHP - Loading Models Inside Other Models - PHP CMS Framework
In this article, we are going to discuss about How to load the models inside the another models. A model notifies its associated views and controllers when there has been a change in its state.
1
Create custom Route classes and Pagination in CakePHP - PHP CMS Framework
In this article, we are going to discuss about How to create a custom Route classes and pagination in CakePHP. Recently I have faces some issues with the buit-in Paginator Helper when combined with custom routes.