Re: [PHP] problem with the pager class not found

2005-04-25 Thread Tomás Rodriguez Orta
Rodriguez Orta [EMAIL PROTECTED] Cc: php-general@lists.php.net Sent: Friday, April 22, 2005 3:36 PM Subject: Re: [PHP] problem with the pager class not found On Fri, April 22, 2005 5:25 pm, Tomás Rodriguez Orta said: Hello friends I try to use the packet pear, but I have a big problem

Re: [PHP] problem with the pager class not found

2005-04-25 Thread Richard Lynch
] To: Tomás Rodriguez Orta [EMAIL PROTECTED] Cc: php-general@lists.php.net Sent: Friday, April 22, 2005 3:36 PM Subject: Re: [PHP] problem with the pager class not found On Fri, April 22, 2005 5:25 pm, Tomás Rodriguez Orta said: Hello friends I try to use the packet pear, but I have a big

[PHP] problem with the pager class not found

2005-04-22 Thread Tomás Rodriguez Orta
Hello friends I try to use the packet pear, but I have a big problem, the IE show me the following Error. Fatal error: Class 'Pager' not found in D:\Angerona\paginas\1.php on line 9 require 'Pager.php'; the line 9 ---$pager = new Pager($res, $from, $limit); somebody can help me? why the

Re: [PHP] problem with the pager class not found

2005-04-22 Thread Matthew Weier O'Phinney
* Richard Lynch [EMAIL PROTECTED]: On Fri, April 22, 2005 5:25 pm, Tomás Rodriguez Orta said: Hello friends I try to use the packet pear, but I have a big problem, the IE show me the following Error. Fatal error: Class 'Pager' not found in D:\Angerona\paginas\1.php on line 9

Re: [PHP] problem with the pager class not found

2005-04-22 Thread Richard Lynch
On Fri, April 22, 2005 6:23 pm, Matthew Weier O'Phinney said: If it *does* match, then maybe your Pager.php file is messed up and the class is missing a closing bracket, so your script thinks you're still in the middle of your class definition. I'm guessing this is probably *not* the case...

Re: [PHP] problem with the pager class not found

2005-04-22 Thread Richard Lynch
On Fri, April 22, 2005 5:25 pm, Tomás Rodriguez Orta said: Hello friends I try to use the packet pear, but I have a big problem, the IE show me the following Error. Fatal error: Class 'Pager' not found in D:\Angerona\paginas\1.php on line 9 require 'Pager.php'; the line 9 ---$pager