Bug 182854

Summary: There are no Datatypes defined for PHP
Product: [Applications] umbrello Reporter: Alexander Opitz <opi>
Component: generalAssignee: Alexander Opitz <opi>
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: okellogg, umbrello-devel
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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.