Tech talk!
Discussing my experiences with technology!
Showing posts with label
Yii
.
Show all posts
Showing posts with label
Yii
.
Show all posts
Friday, February 4, 2011
Yii web service and php soap client
›
A web service is a method of communication between two machines. The web methods are exposed for world wide access. Yii has support for im...
10 comments:
Friday, September 17, 2010
Yii - data grid view with some customization of cell content format
›
Lets start by creating a simple table CREATE TABLE IF NOT EXISTS `users` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `username` v...
3 comments:
Thursday, September 9, 2010
Setup and debug an Yii app in Netbeans IDE
›
After using Eclipse for a while I switched to Netbeans IDE for Yii development. It seems faster and easier to setup. Following is my experie...
9 comments:
Tuesday, August 24, 2010
Yii - Authentication from mysql database using a md5 password
›
Before proceeding make sure the database has been connected to Yii application. (see previous post ) For this example, the passwords are st...
4 comments:
Sunday, June 20, 2010
Yii + MySql + Wamp
›
First, I installed WampServer, which is a package of Apache, Php and MySql coupled into one. In the httpd.conf file I pointed the “DocumentR...
1 comment:
›
Home
View web version