Re: [fw-general] Zend Single Quote Problem

2009-08-31 Thread pyarlagadda
It solved the problem. Thank you very much Matthew. Regards, Praveen Matthew Weier O'Phinney-3 wrote: > > -- pyarlagadda wrote > (on Sunday, 30 August 2009, 04:38 PM -0700): >> I have a problem displaying the single quote on HTML using Zend >> Framework. >> &g

[fw-general] Zend Single Quote Problem

2009-08-30 Thread pyarlagadda
Hi, I have a problem displaying the single quote on HTML using Zend Framework. I have a string stored in MySQL database. I fetch it using Zend Framework, escape it using $this->escape($string) and then try to display. When I do that, it is shown like: �Swiss banks� The frist and last character

Re: [fw-general] Can't access a non-default controller

2009-08-20 Thread pyarlagadda
rections into your .htaccess file? > > > > pyarlagadda wrote: >> Hi, >> >> I am new to Zend framework and I have this problem. >> >> I used zf.sh to create a project and there is a file IndexController.php >> located under Controllers directory. I cre

Re: [fw-general] Can't access a non-default controller

2009-08-20 Thread pyarlagadda
mylocalhost is accessible (generally local hosts are > http://localhost, but of course you can configure it to whatever you > want). Plus, did you put mod_rewrite directions into your .htaccess file? > > > > pyarlagadda wrote: >> Hi, >> >> I am new to Zend f

[fw-general] Can't access a non-default controller

2009-08-19 Thread pyarlagadda
Hi, I am new to Zend framework and I have this problem. I used zf.sh to create a project and there is a file IndexController.php located under Controllers directory. I created a different file TestController.php under the same directory and there is indexAction() method in it. I have also creat