
Search In
Validation in cakePHP is on the client side and on the server side.
Client side validation is on the js file that is in the webroot folder.
Server side validation is on the model which we are using.
Client side validation is important as it do not
In magento if we are required to work on SQL and Database with the query to find the max and count of the fields in database then we can perform it as :
public function countUs(){
$table = $this->getMainTable();
$where = $th
If you forget the username or password to of the Magento admin panel,you can recover or change it from Magento database from phpyadmin. Most of the times forget password or username do not work, so we can use this method to recover magento admin pane
Draw radius around a point in Google Map
I want to add 10 miles radius around each marker. This is a very good example which will explain you how it works : https://www.freemaptools.com/radius-around-point.htm . This example will show you that how t
I was working on a project that was hosted on Github. My project was hosted on Bitbucket. Both of them uses git. Now I have to create a fork of project in my Bitbucket repository. In order to be able to get updates and without downloading and replaci
What Are The Product Risk In Software Testing ?
In the industry, Product risk is the probability that the application or software or system might be decline to gratify or fulfill few logical or rational expectation or presumption of the client, cons
Welcome to Findnerd. Today we are going to discuss 32 bit and 64 bit processor working. We can easily heard its terms in daily life and few of you want to know these new terms so lets go for a discussion. 32 bits processor contains 32 bits general pu
The DOM Document Object Model is the hierarchy arrangement of the document which we are working upon.
When the contents and images gets uploaded in the browser this will be the time to load DOM and if that time is over then that portion of t
The following code will show the Alert with textField :-
UIAlertController *alert=[UIAlertController alertControllerWithTitle:@"Alert Title" message:nil preferredStyle:UIAlertControllerStyleAlert];
// to add textField
[alert addTextFi
Git is a version control system which keeps the track of changes made in the source code. There are many times, we do not want to upload the credentials file on git because those will be visible to all the stakeholders. Also, there are many files tha
