[FX.php List] Demo your php framework at DevCon? [X-POST]

Joel Shapiro jsfmp at earthlink.net
Mon Jul 16 14:55:15 MDT 2007


I remember Chris Hansen wrote that he likes using heredoc.  I'd  
stayed away from it -- as well as regular use of double-quotes for  
strings -- mainly because I'd heard that processing is slower if the  
php needs to search all strings for variables instead of having them  
explicitly declared *outside of* strings (with period concatenators,  
e.g.:  echo 'text' . $var . 'more text'; ).  But I'm guessing now  
that the performance hit is minimal/unnoticeable, and that it's  
outweighed by the benefits of these string delimiters.  Do others agree?

-Joel


On Jul 16, 2007, at 12:58 PM, Gjermund Gusland Thorsen wrote:

> I have come a long way starting to use heredoc, just a different way
> of quoting really...
>
> http://www.php.net/manual/en/ 
> language.types.string.php#language.types.string.syntax.heredoc
>
> In combination with CSS v2.x
>
> However when working with designers; I have never really tried this,
> but there is a plug-in for DreamWeaver I might try out after the
> summer vacation, it is a nice idea of being able to send Smarty's tpl
> files to the designer for him/her to work on the layout without
> messing up the database work.( and there is a link at the bottom of
> this page that I have some expectations to:
> http://smarty.incutio.com/?page=SmartyDreamweaver )
>
> ggt667
>
> On 7/16/07, Joel Shapiro <jsfmp at earthlink.net> wrote:
>> Hi all
>>
>> I've been working with php for 2 years now (using FX.php) and I love
>> it.  However, I've never used any of the php frameworks that are out
>> there (CodeIgniter, CakePHP, Smarty...) and I know there are plenty
>> of people here who swear by them.
>>
>> Would any of you be interested in sharing some of the things you love
>> about your respective framework?  Maybe we can get a group together
>> for a round table / show-and-tell.   Any interest?  (Maybe on  
>> Sunday?)
>>
>> Thanks,
>> -Joel
>> _______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
>>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list



More information about the FX.php_List mailing list