php-general Digest 25 Feb 2010 04:52:31 -0000 Issue 6608
Topics (messages 302350 through 302356):
Re: HipHop and other PHP compiler performance evaluation
302350 by: Adam Richardson
302351 by: Manuel Lemos
Re: Linux ERD software
302352 by: haliphax
302353 by: Ashley Sheridan
302354 by: O. Lavell
302355 by: Shawn McKenzie
PHP Syntax Help - Check?
302356 by: Rick Dwyer
Administrivia:
To subscribe to the digest, e-mail:
[email protected]
To unsubscribe from the digest, e-mail:
[email protected]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Really nice article, Manuel. Thanks for writing and sharing the link.
Adam
On Wed, Feb 24, 2010 at 11:14 AM, Manuel Lemos <[email protected]> wrote:
> FYI
>
> http://digg.com/programming/PHP_compiler_performance
>
> --
>
> Regards,
> Manuel Lemos
>
> Find and post PHP jobs
> http://www.phpclasses.org/jobs/
>
> PHP Classes - Free ready to use OOP components written in PHP
> http://www.phpclasses.org/
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
Nephtali: PHP web framework that functions beautifully
http://nephtaliproject.com
--- End Message ---
--- Begin Message ---
Hello Adam,
on 02/24/2010 01:37 PM Adam Richardson said the following:
> Really nice article, Manuel. Thanks for writing and sharing the link.
You're welcome! ;-)
> Adam
>
> On Wed, Feb 24, 2010 at 11:14 AM, Manuel Lemos <[email protected]
> <mailto:[email protected]>> wrote:
>
> FYI
>
> http://digg.com/programming/PHP_compiler_performance
--
Regards,
Manuel Lemos
Find and post PHP jobs
http://www.phpclasses.org/jobs/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
--- End Message ---
--- Begin Message ---
Dia is also a superb diagramming software, though I don't think it generates
any SQL for you when it's said and done. There are versions for several
operating systems (including Linux AND Windows).
// Todd
--- End Message ---
--- Begin Message ---
On Wed, 2010-02-24 at 11:28 -0600, haliphax wrote:
> Dia is also a superb diagramming software, though I don't think it generates
> any SQL for you when it's said and done. There are versions for several
> operating systems (including Linux AND Windows).
>
>
> // Todd
Cool thanks all. I had a look at dia, and it seemed more geared to
electronic diagrams than database ones (although I didn't play with it
for too long).
I just drew them in the end in OOo, but I'm going to take a look at
MySQL Workbench when I get some time, but this project is already in
danger of falling behind schedule :(
Thanks,
Ash
http://www.ashleysheridan.co.uk
--- End Message ---
--- Begin Message ---
haliphax wrote:
> Dia is also a superb diagramming software, though I don't think it
> generates any SQL for you when it's said and done.
Dia can be scripted and there is some interesting looking stuff here:
<http://projects.gnome.org/dia/links.html>
(I never tried)
--- End Message ---
--- Begin Message ---
Ashley Sheridan wrote:
> On Wed, 2010-02-24 at 11:28 -0600, haliphax wrote:
>
>> Dia is also a superb diagramming software, though I don't think it generates
>> any SQL for you when it's said and done. There are versions for several
>> operating systems (including Linux AND Windows).
>>
>>
>> // Todd
>
>
> Cool thanks all. I had a look at dia, and it seemed more geared to
> electronic diagrams than database ones (although I didn't play with it
> for too long).
>
> I just drew them in the end in OOo, but I'm going to take a look at
> MySQL Workbench when I get some time, but this project is already in
> danger of falling behind schedule :(
>
Hey Ash. When you have a spare several minutes or so, just download
MySQL Workbench. You can just suck in your existing DB and voila! Or
if you don't have one yet it should be fairly quick to mock it up.
--
Thanks!
-Shawn
http://www.spidean.com
--- End Message ---
--- Begin Message ---
Hello all.
I'm trying to learn PHP on the fly and I have a line of code that
contains syntax I can't find documented anywhere:
php echo check('element8');
In the above line, can someone tell me what "check" means?
Thank you.
--Rick
--- End Message ---