2
0
Преглед на файлове

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 години
родител
ревизия
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);
 $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();