Sfoglia il codice sorgente

Zend_Db_Profiler: fixed typo in documentation.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22856 44c647ce-9c0f-0410-b52a-842ac1e357ba
alexander 15 anni fa
parent
commit
41d385b53a

+ 2 - 2
documentation/manual/en/module_specs/Zend_Db_Profiler-Firebug.xml

@@ -52,7 +52,7 @@ $profiler = new Zend_Db_Profiler_Firebug('All DB Queries');
 $profiler->setEnabled(true);
 $profiler->setEnabled(true);
 
 
 // Attach the profiler to your db adapter
 // Attach the profiler to your db adapter
-$db->setProfiler($profiler)
+$db->setProfiler($profiler);
 
 
 // Dispatch your front controller
 // Dispatch your front controller
 
 
@@ -69,7 +69,7 @@ $profiler = new Zend_Db_Profiler_Firebug('All DB Queries');
 $profiler->setEnabled(true);
 $profiler->setEnabled(true);
 
 
 // Attach the profiler to your db adapter
 // Attach the profiler to your db adapter
-$db->setProfiler($profiler)
+$db->setProfiler($profiler);
 
 
 $request  = new Zend_Controller_Request_Http();
 $request  = new Zend_Controller_Request_Http();
 $response = new Zend_Controller_Response_Http();
 $response = new Zend_Controller_Response_Http();