Search found 3 matches
- Fri Mar 12, 2010 9:32 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: PHP - OOP - Paamayim Nekudotayim
- Replies: 4
- Views: 3551
Re: PHP - OOP - Paamayim Nekudotayim
Yes! In the best case not just self::AutoComplete but rather for all files. For example if I require the class bandfunc inside an other php file (of a project) I would call a function like this. return bandfunc::showband($_GET['id']); It is just an example. Of course I check variables before i use ...
- Thu Mar 11, 2010 11:35 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: PHP - OOP - Paamayim Nekudotayim
- Replies: 4
- Views: 3551
Re: PHP - OOP - Paamayim Nekudotayim
Here is an example how we (must) use it in the company i work for. There we work with eclipse - but i wont use it because eclipse often crashs... It is just a example how we use it. Of course we use this in other files that require a class too. <? class bandfunc { public static function showband ...
- Thu Mar 11, 2010 10:02 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: PHP - OOP - Paamayim Nekudotayim
- Replies: 4
- Views: 3551
PHP - OOP - Paamayim Nekudotayim
Hello,
could you say wether the double colon (Paamayim Nekudotayim) would be supported (that means with auto complete) in Web Builder or Rapid PHP soon?
I need it for static access to functions of a class in a project.
Or is it still possible?????
Thanks
could you say wether the double colon (Paamayim Nekudotayim) would be supported (that means with auto complete) in Web Builder or Rapid PHP soon?
I need it for static access to functions of a class in a project.
Or is it still possible?????
Thanks