
Search In
hey ci experts can you help me plz
where im making mistake....
my query is not roll backed although im setting the first parameter in the $this->db->trans_start(TRUE); as TRUE
the queries are only rollback when i remove the $this->db->tra
Interpreter
Translates one statement of a program at a time.
The time it takes to interpret source code is very less.
Interpreter program works line by line.
Error is reported as soon as first error is encountered
Example of languages that makes use
Most of the user gets confused to differentiate between Integration and System testing. The basic difference as per my understanding is as follows:
Integration Testing: To validate whether application’s integrated modules or integration with third p
The readyState property in QTP returns the loading status of the current browser . This property
Will be of immense help if the AUT under test has a lot of sync issues while running the script .
This property returns one of four values :
1. unini
You can easily upload an image through form in PHP.
You need to add JavaScript file for send image data on server side through AJAX.
Please add query.form.js in your code. You may download this js file form following link:
https://githu
Many social apps are using bouncing effect for buttons and view. Just like Instagram and Facebook is using for LIKE.
Here is the few lines of code.
Simply just use your control (UIButton, UILabel, etc etc) instead of view down here...
[UIView anima
To completely disable caching application wide, you will have to edit /app/config/core.php and change the line
Configure::write(‘Cache.disable’, true);
This line is commented by default and you will have to remove comment to disable caching.
If th
Magento provide the facility to export all product data including attributes , below are the steps involved to export all products deails in csv file -
1) Before exporting the products data make sure that all updated products data have been saved
Eclipse has a behavior to suggest the list of methods that can be used with the class name or the instance variable of any class. This behavior works fine for few of the Java classes but for some other classes like DesiredCapabilities,etc., eclipse i
JavaScript codes are executed line by line. However, the next line of the code can run even though the effect of the first line of code is not finished. This can create errors.
To prevent this errors, we can create a callback function. callback func