
Search In
Hello Reader's ,
Hope you are doing good today.
Today in my blog, I am going to explain about the inflector in CakePHP3.
inflector is a many utility classes which takes a string and can manipulate it to handle word variations.
Example: inf
We may be using image sets where few images are pretty big or small in size(say big 500X500 for instance). And if you want to resize the image to your desired size then it’s easiest by creating an extension of UIImage that will draw the image i
How to convert an object of objects (initial form of object) into object of arrays of objects (target form of object)
I am interested in every way to do this, but I am particularly interested in exploring reduce method. Bec
Php Experts,
I am a complete beginner in Php. Trying to learn Php 7 as much as I can. I need your help to point me to the right direction.
What kind of method in Php 7 is used to track URLs belonging to a foreign domain ?
I mean, you all know that
Before talking about Natural Link Building, let me explain some basic information about link building process. It is an off-site Internet Marketing Technique. Link Building is the process of creating
1)AUTOCOMPLETE:- AUTOCOMPLETE attributes is having two features either on or off. If autocomplete is on then the browser automatically complete the values based on values that the user has entered before. This attribute works with form and the follow


Hi Friends,
Debugging precompiled assemblies into some meaningful and understandable code is not an easy task without proper tools. Visual Studio ships with a tool named "IL Disassembler" and it does the task for taking a look at the struc
Hashtable
This class has implemented Map interface, before using this data structure you should know their internal implementation
Hashtable Class Decleration-
<p>Public class Hashtable<k,v> implements Map<k,v>
You can use thi
Lambdas?
A lambda is nothing but a anonymous function which accepts zero or more arguments and produces output. Lambda is basically composed with three components- argument section, an arrow and a body.
(argument ...) -> { body } // a valid ps
Injection-A1 : The A1 vulnerabilities is a injection attacks. In which sending data was infected Like SQL command which can bypass the authentication.
Broken Authentication and Session Management-A2 : The A-2 vulne
