Bug 182854 - There are no Datatypes defined for PHP
Summary: There are no Datatypes defined for PHP
Status: RESOLVED INTENTIONAL
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Alexander Opitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-02 12:47 UTC by Alexander Opitz
Modified: 2012-06-08 12:45 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Opitz 2009-02-02 12:47:20 UTC
Version:           SVN (using Devel)
Compiler:          gcc 
OS:                Linux
Installed from:    Compiled sources

Add the addDatatype function to the phpWriter and php5Writer
Comment 1 Alexander Opitz 2009-02-02 12:48:46 UTC
Please assign me
Comment 2 Oliver Kellogg 2009-02-02 18:48:07 UTC
> Add the addDatatype function to the phpWriter and php5Writer

I assume you mean the virtual method
   QStringList defaultDatatypes();
?
Comment 3 Oliver Kellogg 2012-02-29 17:38:22 UTC
(In reply to comment #1)
> Please assign me

This has been open for a while...
Do you intend to implement it?
Comment 4 Alexander Opitz 2012-02-29 21:41:34 UTC
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).
Comment 5 Oliver Kellogg 2012-03-05 05:40:40 UTC
(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.
Comment 6 Oliver Kellogg 2012-05-28 15:11:40 UTC
(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?
Comment 7 Oliver Kellogg 2012-06-08 12:45:45 UTC
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.