Re: [PHP] Noobie starting to learn OOP for databases needs help

2012-12-17 Thread tamouse mailing lists
On Sun, Dec 16, 2012 at 9:38 AM, dealTek wrote: > Noobie starting to learn oop for databases from here: Cool. :) > mysql_insert_id (depricated?) or mysqli_insert_id() (I am using mySql 5.3) The mysqli version would be preferred, since you're using mysqli in that class. > 2 - how does one do ag

Re: [PHP] Noobie starting to learn OOP for databases needs help

2012-12-16 Thread Sebastian Krebs
2012/12/17 dealTek > > On Dec 16, 2012, at 10:08 AM, Sebastian Krebs wrote: > > > 2012/12/16 dealTek > > > >> Hi all, > >> > >> Noobie starting to learn oop for databases from here: > >> > >> > >> > https://github.com/JeffreyWay/PHP-MySQL-Database-Class/blob/master/MysqlDb.php > >> > >> I've go

Re: [PHP] Noobie starting to learn OOP for databases needs help

2012-12-16 Thread David OBrien
On Sun, Dec 16, 2012 at 2:08 PM, Matijn Woudt wrote: > On Sun, Dec 16, 2012 at 4:38 PM, dealTek wrote: > > > Hi all, > > > > Noobie starting to learn oop for databases from here: > > > > > > > https://github.com/JeffreyWay/PHP-MySQL-Database-Class/blob/master/MysqlDb.php > > > > I've got lots wo

Re: [PHP] Noobie starting to learn OOP for databases needs help

2012-12-16 Thread dealTek
On Dec 16, 2012, at 10:08 AM, Sebastian Krebs wrote: > 2012/12/16 dealTek > >> Hi all, >> >> Noobie starting to learn oop for databases from here: >> >> >> https://github.com/JeffreyWay/PHP-MySQL-Database-Class/blob/master/MysqlDb.php >> >> I've got lots working but have a few issues: >>

Re: [PHP] Noobie starting to learn OOP for databases needs help

2012-12-16 Thread Matijn Woudt
On Sun, Dec 16, 2012 at 4:38 PM, dealTek wrote: > Hi all, > > Noobie starting to learn oop for databases from here: > > > https://github.com/JeffreyWay/PHP-MySQL-Database-Class/blob/master/MysqlDb.php > > I've got lots working but have a few issues: > > 1 - after an insert I'd like to get the id

Re: [PHP] Noobie starting to learn OOP for databases needs help

2012-12-16 Thread Sebastian Krebs
2012/12/16 dealTek > Hi all, > > Noobie starting to learn oop for databases from here: > > > https://github.com/JeffreyWay/PHP-MySQL-Database-Class/blob/master/MysqlDb.php > > I've got lots working but have a few issues: > > 1 - after an insert I'd like to get the id of the new record and I'm not