Hi,
how to execute a propel query?
For example this:
$c = new Criteria();
$c->add(AuthorPeer::NAME, $name);
I know Doctrine method is execute() but using propel?
Regards
Javi
Hi,
how to execute a propel query?
For example this:
$c = new Criteria();
$c->add(AuthorPeer::NAME, $name);
I know Doctrine method is execute() but using propel?
Regards
Javi