2006-07-23 21:08:06 +00:00
|
|
|
There are couple of ways for creating new records. Propably the easiest is using
|
2006-08-21 22:55:11 +00:00
|
|
|
native php new -operator. The other ways are calling Doctrine_Table::create() or Doctrine_Connection::create().
|
2006-07-23 21:08:06 +00:00
|
|
|
The last two exists only for backward compatibility. The recommended way of creating new objects is the new operator.
|