Basic Components - Connection - Flushing the connection.php 187 Bytes
Newer Older
1
Creating new record (database row) is very easy. You can either use the Doctrine_Connection::create() or Doctrine_Table::create()
doctrine's avatar
doctrine committed
2
method to do this or just simple use the new operator.