
Search In
Welcome to Findnerd. Today we are going to dicuss the strict typing mode and weak typing mode which is introduced in PHP7. strict typing mode is not activated by default.
You need to activate it via declare like this
declare(strict_type=1);
It s
If you want to check amounts in the partial reconcile table aren't signed or not then follow the following code .
amount = abs(line.debit - line.credit)
amount_residual_currency = abs(line.amount_currency) or 0.0
sign =
Anonymous types is used to create new type without defining a type first
It is used in LINQ, Returns a few of read only properties while querying collection of object using LINQ
Use new keyword to define anonymous type
It is reference type, derived
We have cakephp debug on or off option in core.php file, if debug is on then all errors and query will show at the bottom of the page. we can give it some different style or UI so that it will be more readable. we can apply css like below code
.cake
To get a filetype from a filename we have define a function GetFiletype() in which we have a passed a parameter i.e.,the name of the file. Using this function we will extract the '.' operator from the filename and use the extension to get filetype.
Hi All,
While working on one of my project we had a requirement where we need to run our web application as a desktop application and to do that we found a solution called Electron which can w=be used as an installer and it run on various plate
Hello readers, today I guide you to "Add custom column to multisite sites listing screen".
In case you are running multiple sites, then you get sites listing site showing all the sites on that network. Often there might need to show
Hi i am currently working on an android application in it has list view inside the main activity. What i want is disable the scrolling of list and allow the whole page to scroll only,is there any way for that please do help.....
I tried with belo
Polar Encoding
The polar encoding uses the variant voltage levels to represent the binary data. Polar encodings is available in four types:
Polar Non-Return to Zero (Polar NRZ)
It mainly uses two different voltage for the p
Username or email availability or any other types of availability check we can do in this way. When user type on a text box an ajax request has made and check what if its available or not. we only required jquery.js
HTML
<input type='text' id='
