[PHP] UML for PHP

2006-04-21 Thread Peter Lauri
Hi,

 

Anyone who know about a UML editor that can generate PHP code?

 

/Peter

 

 

 



[PHP] uml tool for php

2006-04-18 Thread jonathan
is there a suggested tool that can create uml diagrams for php 5  
objects (ie import in a file and create a diagram)?


-jonathan

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] uml tool for php

2006-04-18 Thread Jay Blanchard
[snip]
is there a suggested tool that can create uml diagrams for php 5  
objects (ie import in a file and create a diagram)?
[/snip]

http://uml.sourceforge.net/index.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] UML/OO/Design Pattern book recommendations?

2005-08-17 Thread Alex Gemmell

Hello all!

I am readjusting my brain from years of procedural programming and I'm 
rapidly improving my ability to program object-oriented PHP.  I'm no 
expert but I am keen to get my hands on as much good teaching material 
as I can.


I already have a good appreciation for OO concepts BUT I often tie 
myself in knots (code myself into a corner) because I don't know how to 
plan my OO projects correctly.


Can anyone recommend some books that describe:
- how to plan OO projects (PHP specific would be good but isn't necessary)
- how to use UML (is UML what I am after?)
- OO design patterns for web applications

Thanks for helping me become a better programmer!

Alex

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] UML/OO/Design Pattern book recommendations?

2005-08-17 Thread Marco Tabini
Hello Alex

On 8/17/05 9:33 AM, Alex Gemmell [EMAIL PROTECTED] wrote:

 Can anyone recommend some books that describe:
 - how to plan OO projects (PHP specific would be good but isn't necessary)

http://www.amazon.com/exec/obidos/tg/detail/-/1590593804/qid=1124289801/sr=8
-4/ref=pd_bbs_4/103-9475507-6895034?v=glances=booksn=507846

 - OO design patterns for web applications

http://www.phparch.com/shop_product.php?itemid=96

(disclaimer: I work for the company that published this book).

HTH,


Marco

 
 Thanks for helping me become a better programmer!
 
 Alex

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] UML/OO/Design Pattern book recommendations?

2005-08-17 Thread Alex Gemmell
Blimey!  I'm not a regular to these lists so I certainly didn't expect
replies from two names I recognise and respect from my years of
trawling the internet for valuable PHP and CSS information!

The books you both recommend look like exactly what I am after, with
the slight caveat that I am actually using PHP4 at work and these
books seem to focus on PHP5.  I appreciate the real improvements PHP5
has over PHP4 with regards to OO but I have been a little hesitant to
make the leap.  Perhaps now I will do so.

I've also been toying with a subscription to PHP Architect since it
first came out.  It felt a bit to advanced for me back then but maybe
now I'm ready for it.  Congrats Marco - I think you've bagged a new
subscriber!

(I've had StyleMaster for a short while now so you've already done
your work John!)

Thanks John and Marco for your swift replies, I'll be sure to check
out those books.

Alex

On 17/08/05, Marco Tabini [EMAIL PROTECTED] wrote:
 Hello Alex
 
 On 8/17/05 9:33 AM, Alex Gemmell [EMAIL PROTECTED] wrote:
 
  Can anyone recommend some books that describe:
  - how to plan OO projects (PHP specific would be good but isn't necessary)
 
 http://www.amazon.com/exec/obidos/tg/detail/-/1590593804/qid=1124289801/sr=8
 -4/ref=pd_bbs_4/103-9475507-6895034?v=glances=booksn=507846
 
  - OO design patterns for web applications
 
 http://www.phparch.com/shop_product.php?itemid=96
 
 (disclaimer: I work for the company that published this book).
 
 HTH,
 
 
 Marco
 
 
  Thanks for helping me become a better programmer!
 
  Alex
 
 
 
 


-- 
Alex Gemmell
|:| [EMAIL PROTECTED] |:|

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] UML/OO/Design Pattern book recommendations?

2005-08-17 Thread Marco Tabini

On 8/17/05 11:08 AM, Alex Gemmell [EMAIL PROTECTED] wrote:

 Blimey!  I'm not a regular to these lists so I certainly didn't expect
 replies from two names I recognise and respect from my years of
 trawling the internet for valuable PHP and CSS information!

:)
 
 The books you both recommend look like exactly what I am after, with
 the slight caveat that I am actually using PHP4 at work and these
 books seem to focus on PHP5.  I appreciate the real improvements PHP5
 has over PHP4 with regards to OO but I have been a little hesitant to
 make the leap.  Perhaps now I will do so.

I really think you ought to take a look at PHP 5 -- I used it for my latest
project (I'll admit that I only did so because the project was an experiment
and I had nothing to lose, but I'm happy I did anyway) and it made a big
difference, well beyond the OOP stuff.

Incidentally, Jason's book on Design Patterns covers *both* PHP 4 and PHP 5
(when appropriate, there is code for both versions, and the differences in
implementations are explained).
 
 I've also been toying with a subscription to PHP Architect since it
 first came out.  It felt a bit to advanced for me back then but maybe
 now I'm ready for it.  Congrats Marco - I think you've bagged a new
 subscriber!

Thanks :) 

Cheers,


Marco

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] UML

2004-07-30 Thread [EMAIL PROTECTED]
Now that PHP is OOP with 5.0 is there a UML tool dedicated to PHP?

/T
Best IT
[EMAIL PROTECTED]
http://www.best-it.biz





RE: [PHP] UML

2004-07-30 Thread Jay Blanchard
[snip]
Now that PHP is OOP with 5.0 is there a UML tool dedicated to PHP?
[/snip]

Since UML stands for Unified Modeling Language why would you need one
for PHP? Have you seen Umbrello? http://uml.sourceforge.net/index.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] UML

2004-07-30 Thread Jay Blanchard
[snip]
[snip]
Now that PHP is OOP with 5.0 is there a UML tool dedicated to
PHP?
[/snip]
Since UML stands for Unified Modeling Language why would you need one
for PHP? Have you seen Umbrello? http://uml.sourceforge.net/index.php
[/snip]

An article of interest

http://www.phppatterns.com/index.php/article/articleview/15/1/1/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] UML

2004-07-30 Thread Colin Kettenacker
[EMAIL PROTECTED] [EMAIL PROTECTED] on 7/30/04 12:14 PM wrote:

 Now that PHP is OOP with 5.0 is there a UML tool dedicated to PHP?
 

Well it is not dedicated to PHP, but the latest release of ArgoUML can
output to PHP 5.0 (haven't tried it myself yet).

ck
-- 
Cheap Domain Registration | Web Hosting | Email Packages | + more
Fantastic prices -- Even better service.
http://www.hosttohost.net 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP /\ UML

2004-05-13 Thread Martin Hjort Eriksen
Matthias H. Risse wrote:

thanks. i just dislike the idea of usingdesktop apps bound
to a single gui. why the hell we need this in times of java/awt/swing,
.net, xul and other funky technologies? any more ideas?
/m

A late reply, but I just discovered that Dia also supports PHP, or 
rather, a subproject to Dia supports PHP.

Dia:
http://www.lysator.liu.se/~alla/dia/
Dia2Code:
http://dia2code.sourceforge.net/
/Martin

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] PHP /\ UML

2004-05-10 Thread Matthias H. Risse
thanks. i just dislike the idea of usingdesktop apps bound
to a single gui. why the hell we need this in times of java/awt/swing,
.net, xul and other funky technologies? any more ideas?
/m

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] PHP /\ UML

2004-05-10 Thread Martin Hjort Eriksen
Try Umbrello

http://www.blinkenlights.de/arcade/index.en.html

/Martin Eriksen

Matthias H. Risse wrote:

Hi,

I wonder if anyone here is aware of UML Tools
for PHP? I know of ArgoUML whichs PHP-codegenerator
seems to be very beta.
Maybe there are or are planned and well intergrated plugins for Zend 
Studio, PHPEd, TruStudio/Eclipse or alike? Basically I would be 
interrested in a solution that really makes it possible to use UML in 
the design and implementation process and which works both ways 
(code-uml, uml-code)..

I hope this is not offtopic for this list, but I couldnt find
any public OO-related one.
Yours,
Matthias
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] PHP /\ UML

2004-05-10 Thread Martin Hjort Eriksen
This time with the correct URL

http://uml.sourceforge.net

/Martin Eriksen

Martin Hjort Eriksen wrote:

Try Umbrello

http://www.blinkenlights.de/arcade/index.en.html

/Martin Eriksen

Matthias H. Risse wrote:



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] PHP /\ UML

2004-05-09 Thread Matthias H. Risse
Hi,

I wonder if anyone here is aware of UML Tools
for PHP? I know of ArgoUML whichs PHP-codegenerator
seems to be very beta.
Maybe there are or are planned and well intergrated plugins for Zend 
Studio, PHPEd, TruStudio/Eclipse or alike? Basically I would be 
interrested in a solution that really makes it possible to use UML in 
the design and implementation process and which works both ways 
(code-uml, uml-code)..

I hope this is not offtopic for this list, but I couldnt find
any public OO-related one.
Yours,
Matthias
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] UML from PHP?

2004-02-28 Thread Rick \[Kitty5\]
Is there a utility I can point at a PHP project and have it draw lots of
nice UML doodles for me?

-- 
Rick

Kitty5 NewMedia http://Kitty5.com
POV-Ray News  Resources http://Povray.co.uk
TEL : (+44) 0845 1083740 - ICQ : 15776037

PGP Public Key : http://pgp.kitty5.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php