Re: [PHP] Kickstarter Project on Massive Log data Aggregation and Processing with Open Source Software

2013-07-15 Thread Daniel Brown
On Jul 15, 2013 11:29 PM, "Israel Ekpo" wrote: > > Hi Everyone, > [snip!] No. Good luck with your endeavor, but please do not broadcast it to this list.

[PHP] Kickstarter Project on Massive Log data Aggregation and Processing with Open Source Software

2013-07-15 Thread Israel Ekpo
Hi Everyone, I just launched a Kickstarter project that will fund the creation of a course on how to aggregate, process, search and visualize massive log data using open source software. I believe some of the folks on the user mailing list would find this helpful. Web applications do generate a

[PHP] Urgent Requirement - PHP Senior Developer / Seasoned Trainer

2013-07-15 Thread Nitin Sathawane
Dear All, AIT Learning (American Institute of Technology) is passionate about imparting hands on training (2 months boot camp) on PHP. We are expanding and looking for brilliant and self driven PHP developers / trainers who are passionate about teaching as us and have hunger to make an impact. Co

Re: [PHP] COM - Assigning to method.

2013-07-15 Thread Andrew Ballard
On Mon, Jul 15, 2013 at 4:21 AM, Adam Nicholls wrote: > Hi Andrew > > Thanks for this. > > But I'm still getting errors. I think I need to explain a bit more. > > Unfortunately there isn't a PHP API for this application I'm trying to > interact with, my goal really is to be able to expose the COM

Re: [PHP] COM - Assigning to method.

2013-07-15 Thread Přemysl Fiala
Hello, did you tried var_dump or print_r the $oBank object to see his structure ? Also you can try: $BANK_fld_BRANCH_NAME = 22; $oBank->$BANK_fld_BRANCH_NAME = 'something'; Premek. On Mon, 15 Jul 2013 10:21:48 +0200, Adam Nicholls wrote: Hi Andrew Thanks for this. But I'm still g

Re: [PHP] COM - Assigning to method.

2013-07-15 Thread Adam Nicholls
Hi Andrew Thanks for this. But I'm still getting errors. I think I need to explain a bit more. Unfortunately there isn't a PHP API for this application I'm trying to interact with, my goal really is to be able to expose the COM functionality over a web-service such as SOAP so I can use it in a C