
Search In
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 case you are managing WordPress websites for long, then you know about the need for taking regular backups. Backup save from a lot of trouble in case of any unexpected problem.
Furthermore, to take a regular backup, it’s also essent


In this article we are going to see simple implementation of MVVM pattern in WPF application. For the sake of simplicity, we'll be showing the list of users and will get detailed explanation of the process followed behind the scene.
Firs
The Time spent on mobile applications surpassed almost half for the first time ever in 2018. According to recent survey, interest for big enterprise application will surpass existing developers or mobile application development companies limit by ten
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
Informatica, being a software development company offers different products for data integration. The p
To perform add, delete, edit operation in Cake-PHP, first you need to create database table to store records.
CREATE TABLE `users` (
`id` int(10) UNSIGNED NOT NULL,
`username` varchar(128) DEFAULT NULL,
`password` varchar(128) DEFAULT NULL,
ASP stands for Active Server Pages. By using ASP built-in objects, we can get the information related to the web server, web pages in the web application etc. the built-in objects are categorized according to the information it contain.
Following ar
