Просмотр исходного кода

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 лет назад
Родитель
Сommit
41d385b53a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      documentation/manual/en/module_specs/Zend_Db_Profiler-Firebug.xml

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