Steps to Generate XML file using CakePHP: Step-1 Enable to parse xml extension in config route.php file. Router::parseExtensions('...
Ajax Form Submission AngularJS AngularJS is an MVC JavaScript framework which elegantly separates controller, business and model logic ...
Populating city Dropdown based on Country Selecting by using jQuery and Ajax. Step 1: Load the jquery library <script type="tex...
PHP Magic Function The " magic " methods are ones with special names, starting with two underscores, which denote methods which...
Final method: A final method is a method that cannot be overridden. To declare a method as final, you need to prefix the function name w...
The UNION set operator is used for combining data from two tables which have columns with the same datatype.When a UNION is performed the...
Searching with Ajax pagination Cakephp Step 1 : View File <script> $(document).ready(function(){ $(".pagination a, .he...