
Search In
Identity field is typically used as a primary key in database. When a new record is inserted into a table, this field automatically assigns an incremented value to this column.However, inserting our own value into this column is not straightforward.I
To get the current page url please check the below php script.
In the below script we define a function named as currentPageURL( ). Then we have created a variable named as $PageURL having value http. Now we are using the PHP superglobal varriable n
Workflow Reassignment describe the data changes through the defined workflow and track which change is in what status.
Workflow Reassignment enable business users, data stewards and data owners to author and validate master data in the MDM hub as we
In odoo-9 use Style and Css to make for dynamic website. Styles are defined using standard CSS files. You can define a style as default or optional. The default styles are always active in your theme, the optional styles can be enabled
Theme is most important part of odoo website and its is also use to make odoo website.
When the themes have been installed only after then XML files loaded, and whenever you make changes on an xml file then each and ever time you will have to force r
Objects are another powerful way of handling and storing of data. In arrays the indexes are commonly numerical; objects give us a better way of assigning and retrieving data.
<html>
<script type="text/javascript">
/* D
What Is Software Schedule ?
Normally software schedule is exactly associated to the volume or capacity of the project, endeavors (efforts) and expenses included.
Why we done scheduling for the software ?
There are mainly 3 basic reasons behind th
Auto-increment is used to allow a unique number when a new record inserted into a table. Generally we use Auto-increment to create value for primary key field automatically when a new record is inserted into a table.
Syntax:
The below statement cr
Hello Reader's if you need to cast the objects in PHP then this blog is helpful to you .
Here below I created a function which will cast the object and relocate the object to location as you define
function cast($destination, $sourceObject)
{
Defect Logging And Defect Tracking:- In the software testing field both terms ‘Defect Logging’ and ‘Defect Tracking’ are very important. For more details please see below:-
Defect Logging:-Defect Logging is a technique, which is used to determine i
