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

Search In

Group By in Cakephp

The GROUP BY statement is used in conjunction with the aggregate functions to group the result-set by one or more columns. Below is the possible keys that we use in cakephp query. $params = array( 'conditions' => array('Model.fi

Print multiple copies of an OpenERP OpenOffice report

Sometimes we require to print more than one copies of any report for example an invoice which may have two or three copies, one for customer, one for salesman and one for Accounts department or a payment voucher to be printed twice. I got the same

HEX mysql function

HEX(str), HEX(N) A hexadecimal string is returened by HEX(), it is a representation of str for a string argument str, where each byte of each character in str is converted to two hexadecimal digits ans multibyte characters are converted more than t

FORM VALIDATION USING JAVASCRIPT

We can do validation of a form which is created in html by using javascript. In below example if we do not put any thing in fname field, then validateName function will alert a message that Name field is empty. eg:- function validateName() {

How to Translate the Code Using Astro File Browser in Android

I have a question about these hidden files.   I had came across using astro file browser and didn't know how to translate the code   00'³ N@**|£**3*f81³*ZÐú€±--*@­ú‡&rdquo

stdClass in PHP

"stdClass" is an void class of PHP. It can be as a act of the alternative of a associative array but works only on PHP 5 and more Any associative array. You thought it of a object as same in java or python. $info = array("question" => "school of

Sending custom emails in Magento Without Template

*It's simple to send custom emails in magento by using zend mail function with success and error messages see the following code * public function postAction() { $params = $this->getRequest()->getPost(); $recipient =

ARRAY IN C

ARRAY IN C Arrays is a data structure that can store similar type of data. IN other words an array is a collection of homogenous data (same type of data), which are stored in contiguous memory locations. In an array the first element goes to the

Early binding and Late binding

In C++ program the compiler converts every statement in machine language of one or more lines, during compiled time. Every line is provided with the unique address. So each function of the program is provided with the unique machine language address.

Deletion of node from binary search tree in java

Like a linked list we can also delete a node from binary search tree. This operation perform O(log(n)) time complexity. Here is an example of deletion : private TreeNode delete(TreeNode rootNode, int k) { // create a node to store temp data T

1 10 156
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: