Re: getting < , " instead < , " in output

2013-07-26 Thread Hubert
Hey Chris,

how did you solve this problem?

regards
Hubert

W dniu poniedziałek, 1 października 2012 09:49:13 UTC+2 użytkownik Chris 
napisał:
>
> the problem is solved,... Thank You All,... 
>
> On Sunday, September 30, 2012 1:51:28 PM UTC-7, Chris wrote:
>>
>> hi guys,... I'm getting getting < , " instead < , " in output 
>> (views) when reading from helper,... e.g. 
>>
>> $s = '> alt="' . (array_key_exists('alt', $params) ? $params['alt'] : $name) . '"'; 
>>
>> can some one tell me what's wrong with it,...?? 
>>
>>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.




Re: getting < , " instead < , " in output

2012-10-01 Thread Chris
the problem is solved,... Thank You All,... 

On Sunday, September 30, 2012 1:51:28 PM UTC-7, Chris wrote:
>
> hi guys,... I'm getting getting < , " instead < , " in output 
> (views) when reading from helper,... e.g. 
>
> $s = ' alt="' . (array_key_exists('alt', $params) ? $params['alt'] : $name) . '"'; 
>
> can some one tell me what's wrong with it,...?? 
>
>

-- 
Like Us on FacekBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.




Re: getting < , " instead < , " in output

2012-09-30 Thread Chris
hi Yasir,... 
I have php tag in my views, 

Html->link($this->PhotoShow->thumb($user_obj), 
'/photos/index/' . $user_obj['User']['username'], false, false, false) ?>

and I have this code in my photo_show helper: 


  function show($photo, $size, $params = array())
  {
$name = array_key_exists('Photo', $photo) ? $photo['Photo']['name'] : 
'';
$s = 'http://www.hamayk.com/photos/index/admin>"> 
and in a browser: 
<http://www.hamayk.com/photos/index/admin> 

??? 
getting frustrated  

thanks in advance,... 

chris


On Sunday, September 30, 2012 7:02:00 PM UTC-7, Yasir Arafat wrote:
>
> May be you did not start PHP tag?
>
> On Mon, Oct 1, 2012 at 2:51 AM, Chris >wrote:
>
>> hi guys,... I'm getting getting < , " instead < , " in output 
>> (views) when reading from helper,... e.g. 
>>
>> $s = '> alt="' . (array_key_exists('alt', $params) ? $params['alt'] : $name) . '"'; 
>>
>> can some one tell me what's wrong with it,...?? 
>>
>>  -- 
>> Like Us on FacekBook https://www.facebook.com/CakePHP
>> Find us on Twitter http://twitter.com/CakePHP
>>  
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "CakePHP" group.
>> To post to this group, send email to cake...@googlegroups.com
>> .
>> To unsubscribe from this group, send email to 
>> cake-php+u...@googlegroups.com .
>> Visit this group at http://groups.google.com/group/cake-php?hl=en.
>>  
>>  
>>
>
>
>
> -- 
> *Thanks & Regards.
>
> -
> Yasir Arafat (Hasib)*
> *Deputy Project Manager, *Software Solutions
> Grameen Solutions
> Contact Information:
> **
> **
> Cell : +8801816 536 901, +880197 *333* 2 888
> Web: http://arafats.info
> <http://arafats.info>
>
>  

-- 
Like Us on FacekBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.




getting < , " instead < , " in output

2012-09-30 Thread Chris
hi guys,... I'm getting getting < , " instead < , " in output 
(views) when reading from helper,... e.g. 

$s = 'https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.