| bio | website | gotoandplay.freeblog.hu |
|---|---|---|
| location | Hungary | |
| age | 31 | |
| visits | member for | 3 years, 6 months |
| seen | 2 days ago | |
| stats | profile views | 321 |
UI-, UX design, iOS development.
|
May 17 |
comment |
How to split a PHP class to separate files? Whoa, not bad, but the same with traits, these could be just static function out of object context. |
|
May 17 |
comment |
How to split a PHP class to separate files? I tried with traits, but they don't share one common scope. I could not access one's reference in another. Seems like a static function collection to me. |
|
May 16 |
comment |
How to split a PHP class to separate files? @GordonM By the way, I borrowed some Obective-C-like stuff, for some complex classes I extract the public interface to a separate file (the same like header files), so it is less error-prone. |
|
May 16 |
comment |
How to split a PHP class to separate files? I tried traits just before, but I cannot refer to the same $this in that way. It is the same then like if I used some DBHelpers::dissectFields(); static stuff, or so. |
|
May 16 |
comment |
How to split a PHP class to separate files? I will go another way, there is many possible design, I just wanted to know if there is such a language feature. |
|
May 16 |
comment |
How to split a PHP class to separate files? Semantic stuff. A class managing the database is not really like a children of some class with helper methods only. Anyway, I will compose the tools via a simple instance then. |
|
May 16 |
comment |
How to split a PHP class to separate files? I want to use the private stuff of the class in both places (like some shared private function, and some instance variables). |
|
May 13 |
comment |
Normilize audio buffer read with AudioToolbox? I'm suspecting to use something like developer.apple.com/library/mac/#documentation/CoreFoundation/…... |
|
May 10 |
comment |
Convert path queries to url variables with .htaccess? Works like a charm, thanks. |
|
May 5 |
comment |
Is there something like keypath in an associative array in PHP? Ah, and now I understand it. :D Walks into the array with the pointer, then set when there is no deeper. Nice solution, I could hardly find out such a simple one. |
|
May 5 |
comment |
Is there something like keypath in an associative array in PHP? This seems really compact. |
|
May 5 |
comment |
Is there something like keypath in an associative array in PHP? To have a function like setValueForKeyPath($array, 1, 'campaigns.pushMessages.sentDate'); |
|
May 5 |
comment |
Is there something like keypath in an associative array in PHP? Yap. An array of strings (actually array of keypaths). |
|
Apr 28 |
comment |
How much time do I have after applicationDidEnterBackground invoked? Seems not. I think it gets released later on. |
|
Apr 28 |
comment |
How much time do I have after applicationDidEnterBackground invoked? Doest it need release even in ARC? |
|
Apr 28 |
comment |
How much time do I have after applicationDidEnterBackground invoked? Thats sound fine. |
|
Apr 23 |
comment |
Apply media queries in a style attribute (not tag, but attribute)? Hrrgh! I have to incorporate some javascript DOM whatever, which I really wanted to avoid. |
|
Apr 23 |
comment |
Apply media queries in a style attribute (not tag, but attribute)? What about "media" attribute. Is it applies only to "link" tag? |
|
Apr 23 |
comment |
Apply media queries in a style attribute (not tag, but attribute)? :( That sounds frustrating. |
|
Apr 21 |
comment |
Can we add comment on photos,albums via facebook api? Whoa, holy crap. |