cvs: smarty /docs designers.sgml

"andreas halter" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsandreas1067866355@cvsserver>
andreas		Mon Nov  3 08:32:35 2003 EDT

  Modified files:              
    /smarty/docs	designers.sgml 
  Log:
  - changed Smarty.php.class occurences to Smarty.class.php
  
  
Index: smarty/docs/designers.sgml
diff -u smarty/docs/designers.sgml:1.82 smarty/docs/designers.sgml:1.83
--- smarty/docs/designers.sgml:1.82	Wed Oct 29 17:46:44 2003
+++ smarty/docs/designers.sgml	Mon Nov  3 08:32:34 2003
@@ -3727,7 +3727,7 @@
 <programlisting>
 index.php:
 
-require('Smarty.php.class');
+require('Smarty.class.php');
 $smarty = new Smarty;
 $smarty-&gt;assign('cust_ids', array(1000,1001,1002,1003));
 $smarty-&gt;assign('cust_names', array('Joe Schmoe','Jack Smith','Jane Johnson','Charlie Brown'));
@@ -3742,7 +3742,7 @@
 
 index.php:
 
-require('Smarty.php.class');
+require('Smarty.class.php');
 $smarty = new Smarty;
 $smarty-&gt;assign('cust_checkboxes', array(
 			1000 =&gt; 'Joe Schmoe',
@@ -3865,7 +3865,7 @@
 <programlisting>
 index.php:
 
-require('Smarty.php.class');
+require('Smarty.class.php');
 $smarty = new Smarty;
 $smarty-&gt;display('index.tpl');
 
@@ -3969,7 +3969,7 @@
 <programlisting>
 index.php:
 
-require('Smarty.php.class');
+require('Smarty.class.php');
 $smarty = new Smarty;
 $smarty-&gt;assign('cust_ids', array(1000,1001,1002,1003));
 $smarty-&gt;assign('cust_names', array('Joe Schmoe','Jack Smith','Jane
@@ -3986,7 +3986,7 @@
 
 index.php:
 
-require('Smarty.php.class');
+require('Smarty.class.php');
 $smarty = new Smarty;
 $smarty-&gt;assign('cust_options', array(
 			1001 =&gt; 'Joe Schmoe',
@@ -4093,7 +4093,7 @@
 <programlisting>
 index.php:
 
-require('Smarty.php.class');
+require('Smarty.class.php');
 $smarty = new Smarty;
 $smarty-&gt;assign('cust_ids', array(1000,1001,1002,1003));
 $smarty-&gt;assign('cust_names', array('Joe Schmoe','Jack Smith','Jane
@@ -4109,7 +4109,7 @@
 
 index.php:
 
-require('Smarty.php.class');
+require('Smarty.class.php');
 $smarty = new Smarty;
 $smarty-&gt;assign('cust_radios', array(
 			1001 =&gt; 'Joe Schmoe',
@@ -4824,7 +4824,7 @@
 <programlisting>
 index.php:
 
-require('Smarty.php.class');
+require('Smarty.class.php');
 $smarty = new Smarty;
 $smarty-&gt;assign('data',array(1,2,3,4,5,6,7,8,9));
 $smarty-&gt;assign('tr',array('bgcolor="#eeeeee"','bgcolor="#dddddd"'));

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.