
Search In
Hello Guys !
In this blog, we'll see how to configure the profiles in a Maven project. We might have different sensitive information that we need to maintain to different environments.
For example - A developer might have different server prope
Have you ever faced an IT problem your in-house team couldn’t fix? You must have unpleasant memories of the event. To keep all your IT-related matters in top shape, it’s vital to have the assistance of the best specialists.
One o
@Transactional Annotation in Spring:- A transaction is unit of work that have ACID (atomicity, consistency, isolation and durability) properties.
Atomicity:- this means that the changes will completely happens or not. for example If money is debite
Hi there,
Apache HBase can be installed in the following three modes :
Standalone mode
Pseudo Distributed mode
Fully Distributed mode
This blog is to setup HBase in standalone mode on your Ubuntu machine without any hassle. You can search for
Programmers,
I wrote a registration.php (member reg) and it was working fine but the coding was not perfect (old version).
Neated-up the new version but I see a complete blank page once I click "Register" button. I do not get this mssg any
PDO does not account for database specific syntax. It can allow for the process of switching databases and platforms. PDO can simply switch the connection string in many instances.
PDO supports the following database:
PDO_FIREBIRD ( Firebird/Interbas
In 'config/main.php' file we have database setting in yii for set or change database open main.php file and search 'db' you will see something like this
'db'=>array(
'connectionString' => 'mysql:host=localhost;dbname=mydb',
Below i have written the code for Login Authentication, this code will check that weather the entered name and password are there in database or not.
The following code will return true boolean value if the entered name and password exist in database
In previous tutorial we discussed refactoring code and decorators pattern. In this tutorial we will take our discussion further to form objects pattern. We use forms in our application to take inputs from user. The form data is received in our contro
