free hit counter

Remove Cakephp Model Field Validation from Controller

Remove Cakephp Model Field Validation from Controller
  in Cakephp we set all validation in model ! but many time we didn’t need some validation for particular field ! in that condition  how to remove that validation ? its very simple , you need to write some line in controller   //Remove only Single Rule of a field       $this->User->validator()->remove(‘phone’, ‘rule1’);       //Completely remove all validation rules of  a field       $this->User->validator()->remove(‘phone’);     First Line of ...

World Country And State Database In Mysql

World Country And State Database In Mysql
Are you looking for a database of countries regions and capitals for your website?   This database has country names, region names, capitals names and they’s latitude and longitude number  ..   countries regions cities 246 rows 4,148 rows 101,908 rows   World Country And State Database In Mysql Download    Best web hosting for 3 year in ...

CakePHP V/s other frameworks 2

CakePHP V/s other frameworks
CakePHP V/s Symfony URL : http://symfony.com CakePHP VS Symfony Compariosn Both CakePHP and Symfony are excellent frameworks for developing robust web applications. Analysing their pros & cons helps you choose the best out of these. CakePHP v/s Symfony – A Quick Comparison To Help Developers Choose The Best Framework! PHP based frameworks such as CakePHP ...

CakePHP Framework

CakePHP Framework
CakePHP – Rapid Application Development Framework CakePHP is a rapid web application development framework powered by the popular PHP language. Using CakePHP, developers can easily build scalable applications as per different needs. CakePHP, A Solid MVC Architecture Based Open Source Framework That Makes Web Application Development A Breeze The CakePHP Framework is an open source ...

World Time Zone Database

World Time Zone Database
World Time Zone Database Mysql Below is this list compiled into a handy static select menu:   Select A Timezone—–(GMT-12:00) International Date Line West(GMT-11:00) Midway Island(GMT-11:00) Samoa(GMT-10:00) Hawaii(GMT-09:00) Alaska(GMT-08:00) Pacific Time (US & Canada)(GMT-08:00) Tijuana(GMT-07:00) Arizona(GMT-07:00) Mountain Time (US & Canada)(GMT-07:00) Chihuahua(GMT-07:00) La Paz(GMT-07:00) Mazatlan(GMT-06:00) Central Time (US & Canada)(GMT-06:00) Central America(GMT-06:00) Guadalajara(GMT-06:00) Mexico City(GMT-06:00) ...

Why is my site slow?

Why is my site slow?
There’s  several common reasons why sites are slow — we ask that you please troubleshoot via this article before opening up a ticket asking for additional assistance. Before we start troubleshooting, most CPU issues resolve themselves within 10 minutes or so.   It could be many of the reasons below, however if your site has been slow ...

What is considered an Entry Processes?

What is considered an Entry Processes?
  If you log into cPanel, you will see on the left hand side “Entry Processes” with a number. An “Entry Process” is how many PHP scripts you have running at a single time.  Our shared hosting has a limit of 10 PHP scripts at a single time. Keep in mind an “Entry Process” only ...

Submit Form Using Ajax In Php

Submit Form Using Ajax In Php
A very simple tutorial submitting HTML form values without refreshing page using jQuery and Ajax. Just implement this and enrich your web applications. you can also upload file using this method use this j query <script src=”http://malsup.github.io/jquery.form.js” type=”text/javascript”></script>     $(document).ready(function(){          $(‘#submit_this’).live(‘click’, function()                          {                  $(“#form_id_here”).ajaxForm({                                            target: ‘#app_data’, // for response message                       beforeSubmit:function(){                                                   $(‘#button_div’).empty();                          $(‘#button_div’).append(‘<input type=”button” value=”Processing…..” id=”np”>’);              $(“#app_data”).html(”);                          },                      success: function(response) {                          $(‘#button_div’).empty();                          $(‘#button_div’).append(‘<input type=”button” value=”Submit” id=”submit_this”>’);   ...

Data Cache In Cakephp

Data Cache In Cakephp
Cache The Cache helper assists in caching entire layouts and views, saving time repetitively retrieving data. View Caching in Cake temporarily stores parsed layouts and views with the storage engine of choice. It should be noted that the Cache helper works quite differently than other helpers. It does not have methods that are directly called. ...

Online syntax highlighting For Blogger

Online syntax highlighting For Blogger
Generate syntax highlighted code blocks for your blog or webpage.  Supports Javascript, Powershell, Python, Ruby, C++, C#, CSS, Delphi, Java, PHP, SQL, VB[.Net], XML, HTML Normal code   highlighted code use this online tool for code highlighting  http://www.thecomplex.plus.com/highlighter.html