Commit 3703b419 authored by phuson's avatar phuson

fixed typo

parent 4ae866dd
......@@ -138,7 +138,7 @@ $conn->addListener(new MyLogger());
Doctrine_Record provides listeners very similar to Doctrine_Connection. You can set the listeners at global, connection and record(=table) level.
Here is a list of all availible listener methods:
Here is a list of all available listener methods:
||~ Methods ||~ Listens ||
|| preSave() || Doctrine_Record::save() ||
......@@ -285,7 +285,7 @@ class MyListener extends Doctrine_EventListener
</code>
+++ Event codes
Doctrine_Event uses constants as event codes. Above is the list of all availible event constants:
Doctrine_Event uses constants as event codes. Above is the list of all available event constants:
* Doctrine_Event::CONN_QUERY
* Doctrine_Event::CONN_EXEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment