| Author |
Message |
|
2006/10/27 07:40
|
|
|
everbored
Joined: 2006/10/27
Messages: 9
Offline
|
|
|
|
Is there any PHP specific documentation for the PHP version of DB_VA? If not, when will it be available?
Also, how long has the PHP version of DB_VA been out?
Thanks,
E
|
|
|
|
 |
| |
|
2006/10/27 08:43
|
|
|
Jick
Joined: 2005/04/29
Messages: 2879
Offline
|
|
|
|
Hi everbored,
Thank you for your enquiry. We will certainly have the PHP version of DB-VA User's Guide. But I am unable to say when will it be available at this point. I will post here when it is available.
The PHP version of DB-VA has been out for about a year.
Best regards,
Jick
|
Visual Paradigm International Ltd.
http://www.visual-paradigm.com
Build Quality Applications Faster, Better and Cheaper |
|
|
|
 |
| |
|
2006/10/27 16:18
|
|
|
everbored
Joined: 2006/10/27
Messages: 9
Offline
|
|
|
|
Jick,
Thanks! Please do post back when the documentation is completed.
I been evaluating DB_VA (for PHP) for a few days, and think it's a great program, in fact it's the only one of its kind I've seen for PHP.
I appreciate your help in addressing these few basic questions, concerns, and problems I've encountered!
Thanks,
E
|
|
|
|
 |
| |
|
2006/10/27 18:44
|
|
|
Jick
Joined: 2005/04/29
Messages: 2879
Offline
|
|
|
|
Hi everbored,
Many thanks. I will post back when the documentation is ready.
Best regards,
Jick
|
Visual Paradigm International Ltd.
http://www.visual-paradigm.com
Build Quality Applications Faster, Better and Cheaper |
|
|
|
 |
| |
|
2008/03/06 17:40
|
|
|
Jick
Joined: 2005/04/29
Messages: 2879
Offline
|
|
|
|
|
 |
| |
|
2008/03/13 07:45
|
|
|
ten
Joined: 2008/03/13
Messages: 2
Offline
|
|
|
|
Hi Jick,
in the user guide you mention about a tutorial file 'School System.zip'. However, where can it be found? I searched intensively on the visual-paradigm site, googled around, and, and: no success. See:
Chapter 3 - Developing PHP Web Application
cheers,
ten
|
|
|
|
 |
| |
|
2008/03/13 18:09
|
|
|
Jick
Joined: 2005/04/29
Messages: 2879
Offline
|
|
|
|
Hi ten,
Thank you for bringing that to our attention. I will ask our team about this, and send you the file if exists. Otherwise, we will update the page to avoid misleading readers.
Best regards,
Jick
|
Visual Paradigm International Ltd.
http://www.visual-paradigm.com
Build Quality Applications Faster, Better and Cheaper |
|
|
|
 |
| |
|
2008/03/13 19:08
|
|
|
ten
Joined: 2008/03/13
Messages: 2
Offline
|
|
|
|
Hi Jick
thanks a lot. To me, it seems that there are some more issues related to that (please feel free to correct me, if I am wrong):
Typo on your document: Ch03_Developing_PHP_Web_Application.html : section 'Querying object from database':
....
<?php
} elseif (is_a($user->getForeignObject(), 'Student')){
header("Location: studentpage.php");
} elseif (is_a($user->getForeignObject(), 'Teacher')){
header("Location: teacherpage.php");
}
%>
....
--> php end tab should read .... ?>
Class Diagram and ERD Diagram (see section Introduction) of the same document don't match upon 'synchronizing from entities to classes' or round versa
cheers
Hi ten,
Thank you for bringing that to our attention. I will ask our team about this, and send you the file if exists. Otherwise, we will update the page to avoid misleading readers.
Best regards,
Jick
|
|
|
|
|
 |
| |