| Summary: | There are no Datatypes defined for PHP | ||
|---|---|---|---|
| Product: | [Applications] umbrello | Reporter: | Alexander Opitz <opi> |
| Component: | general | Assignee: | Alexander Opitz <opi> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | CC: | okellogg, umbrello-devel |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alexander Opitz
2009-02-02 12:47:20 UTC
Please assign me > Add the addDatatype function to the phpWriter and php5Writer
I assume you mean the virtual method
QStringList defaultDatatypes();
?
(In reply to comment #1) > Please assign me This has been open for a while... Do you intend to implement it? Oh yes, that was my intention. Huh, long time ago, forgott that bug. Gimme a month or two to find time (hanging around with Xinc at the moment). (In reply to comment #4) > Oh yes, that was my intention. Huh, long time ago, forgot that bug. Gimme a > month or two to find time (hanging around with Xinc at the moment). Okay, I'll check back in May then. (In reply to comment #5) > (In reply to comment #4) > > Oh yes, that was my intention. Huh, long time ago, forgot that bug. Gimme a > > month or two to find time (hanging around with Xinc at the moment). > > Okay, I'll check back in May then. Hmm.. any progress yet? Looking at http://www.php5-tutorial.com/data-types/introduction/ there are not a lot of data types defined. I'm not sure it's worthwhile to define them, in particular because by default, the C++ types are reused in PHP/PHP5 mode. |