ICT: Diary
D: 28 W: 05

< June 2010 >
Sun Mon Tue Wed Thu Fri Sat
 12345
6789101112
13141516171819
20212223242526
27282930 

Based on notaweblog.php by joshua stein

[ ] Wednesday, 23 June 2010 [ ]

What is Computer Science

https://www.cs.bris.ac.uk/home/page/teaching/wics.html

Zend Framework

Developing a CAS database using the Zend Framework on OpenBSD.

 zf configure db-adapter 'adapter=PDO_POSTGRESQL&host=localhost&dbname=cas&username=zfuser&password=pass'

This command failed as I had the pdo adapter name wrong it was the abbreviated one of pgsql!

 zf configure db-adapter 'adapter=PDO_PGSQL&host=localhost&dbname=cas&username=zfuser&password=pass'

This was successful.

Configuring Zend to use a PostgreSQL database.

sqlphpcs


$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $