Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

query roll back

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

Difference between interpreter and compiler

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

Difference between Integration and system testing?

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

ReadyState property in QTP

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

Upload image through AJAX form in PHP

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

Animate button with zoom and bounce effect in ios

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

How to disable caching completely in Cakephp

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

How to export all products in csv

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

Auto completion not working in eclipse

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

jQuery Callback Functions

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

1 2 4 179
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: