
Search In
Hello reader's today we will discuss about "static variable scope in PHP vs static variable scope in Java".
PHP is actually increasing to become a Object Orient Programing. Being a java coder in addition to PHP coder, php in addition to java while t
Hello Friends,
This blog explains how to implement singleton design pattern in c#. So lets start with few basic things:--
What is Singleton ?
A singleton is a class which only allows one instance of itself to be created - and gives simple, easy
Hi...
In my previous blog, I have already mentioned that String and string both are same as string is just the alias name for String or System.String.
So we can use either String.Empty or string.Empty, it doesn't really matter.
Now the question is w
Accelerometer in unity means to take input from a device by tilting it along x-axis and y-axis and after taking the input transform the object accordingly. To achieve this we need to write few lines of code within update method. So that the input of
What is Age Testing ?
Age testing is a testing approach that calculates a system’s proficiency to execute in the prospective and generally caused to look by testing teams. As the system became older, how essentially the execution might fall is what
In order to use the auth component. You have to add the component to the AppController. (/app/Controller/AppController.php)
var $components = array('Auth');
Define $components array in your controller.
public $components = array(
'Auth' =>
In cakephp framework there is a way which features pagination easily on your web page.
This can be done as :
Controller Code :
public $components = array('Paginator','Flash');
public function index() {
$this->paginate = array(
A trigger is a special kind of a store procedure that executes in response to specific actions on the table like insertion, updation or deletion. It is a database object which is bound to a table. Triggers cannot be explicitly invoked. The only way
Hold the existing variable and override it
grasp and override the existing variables, to do it we use a function in the template.php file
For example
<?php
function themename_preprocess(&$vars){
$var['title'] = 'your text here';
Token
Is the unique identification assigned to every registered user on the time of creation. Each user is maintained in that portal or site using this token id.
Token are also used for resetting user password in .NET application
WebSecuri
