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

Search In

How to use Symbols in Odoo ?

Odoo Python Class : use case for code in api v8, underscore lowercase notation for old api. And Variable name use following classes and Api to given below. use camelcase for model variable use underscore lowercase notation for common variable. since

Naming convention in cakephp

   In cakephp,  whenever you want to create an application, You have to create following three files : Model. Controller. View files. For all these files, there are some naming convention standard you must follow. MODEL NAMING

Converting a string between camel case & snake case in Rails

There is a method provided in rails to convert a string to the camel case. The method is camelize. By default camelize converts a string to upper camel case. If we don't specify any argument in camelize method, it will convert the given string to

Underscore.Js

"Underscore.js" a tiny and powerful library with a minified size of 5.7kb. You can download this library from http://underscorejs.org/underscore-min.js This library support over hundred of functions which can be very useful in our day to

What are magic functions?

PHP have some magic methods that you can use in OOP (Object Oriented Programming). All the magic functions must be identified with twice underscores (__) prefix and they work as interceptors that will run when certain required conditions are met. F

Converting all underscore connected letters to uppercase in php

In PHP if we want to replace all underscore connected letters to upper case then we can use the php function called "preg_replace_callback" . For example if we have string "kp_o_zmq_k" then the output becomes "kpOZmqK".

prev 1 3 8
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: