We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4a8d8 commit 6d9d0dfCopy full SHA for 6d9d0df
README.md
@@ -8,6 +8,8 @@ Usage
8
===========
9
10
Add this in protected/config/main.php of Yii
11
+
12
13
`'components'=>array(
14
'RemotePrint' => array(
15
'class' => 'RemotePrint',
@@ -21,5 +23,5 @@ Where ip is the IP of coputer in which printer is connected. Port id the port of
21
23
22
24
Do print from your controller as
25
-`$data = 'Test Print';
-echo Yii::app()->RemotePrint->print_data($data);`
26
+`$data = 'Test Print';`
27
+`echo Yii::app()->RemotePrint->print_data($data);`
0 commit comments