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

Search In

Type conversion in PHP

To convert variables of one type to another is known as type conversion. There are two types of type conversion: Implicit type conversion Explicit type conversion Implicit type conversion  : It automatically converts the data type to

CSS Units

pre{padding:4px 8px;border-radius:1px;} Hi all, It is always challenge to manage the size (mainly font size) in css. usually we use media query to measure all that. But here is some other CSS Unit which helps to manage sizes, so I am going to intr

NVL fuction in Oracle

NVL function helps you convert a null to an actual value. Syntax:- NVL (expr1, expr2) In the syntax: expr1 is the source value or expression that may contain a null expr2 is the target value for converting the null Guidelines for NVL function:-

Understanding Partial View from Beginning in MVC

Partial View in MVC is used when we want to use section for the master or the main page again and again.   It is just like a user control that is used to display or get data in the view that we want.   So as a beginner, you first need t

Data Binding, Data Filter and Sorting in Angular JS using WEB API

In today's world, there are lots of client side scripts to make a better user interface. In this article, we are going to bind the data and apply sorting and filtering using AngularJS. Open your favourite text editor and create directory structu

Some functions that are removed in PHP7

Here we will see some of the functions listed below that are removed in PHP7. 1- ASP-style tags ( <%, <%= and %> ), is removed. 2- Script tags "<"script language='php' ">" Note: always use "<"?php ?">". 3-Split function that

Environment in Odoo9

Environment is the most important part of set in any framework.its indicates stores various contextual data used by the ORM method . For example you can see below code in you .py file . @api.multi ... @api.returns('self') ... def demo_method(self):

How to Update Modules List in OpenERP-7.0 ?

If you want to import the customer data through csv file in OpenERP(Odoo) follow the below mentioned steps:- Step-1 Go to Settings Menu and Click it. Step-2 Go to Modules -> Update Modules List and Click it. Step-3 Click on Update button

Discussion on zend2

Welcome to Findnerd. PHP owners modified the zend framework that is zend framework 2. We can simply download the framework setup from github that is known as zend skeleton application. Below is the link to download. https://github.com/zendframework

Encapsulation

Encapsulation Encapsulation is defined as the process of combining the data and functions into one entity, encapsulation is a concept of making fields private and allow the access through public methods. As we are making field private so it is also

1 29 423
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: