PHP Classes

Very good implementation

Recommend this page to a friend!

      PHP Bookwhen API  >  PHP Bookwhen API package blog  >  How to Use an Open So...  >  All threads  >  Very good implementation  >  (Un) Subscribe thread alerts  
Subject:Very good implementation
Summary:OOP implementation is great
Messages:4
Author:Nitesh Apte
Date:2023-05-12 09:50:44
 

  1. Very good implementation   Reply   Report abuse  
Picture of Nitesh Apte Nitesh Apte - 2023-05-12 09:50:44
I just checked the code. After a long time I am seeing a proper OOP implementation in PHP. Request response implementation is also amazing.

  2. Re: Very good implementation   Reply   Report abuse  
Picture of Daniel Mullin Daniel Mullin - 2023-05-12 10:03:22 - In reply to message 1 from Nitesh Apte
Many thanks Nitesh, a lot of the implementation builds upon existing examples so cant take all the credit, but unifying and providing a simple user interface to obsfucate the complexity was the goal.

Still have error handling and logging to get in then it will be moving to v1.

The package came out of a real need of implementing live data on sites that are using the Bookwhen platform and it made sense to package this up for reusability.

eg. https://unitypilates.uk

Regards

Bookwhen platform launch discount 90% on consultation bookings until end of May 2023 using the code INSHOREMAY23

Daniel Mullin
Product Engineer
inShore Ltd

inshore.je





  3. Re: Very good implementation   Reply   Report abuse  
Picture of Nitesh Apte Nitesh Apte - 2023-05-12 10:32:40 - In reply to message 2 from Daniel Mullin
Hi Daniel,

I created error handling sometimes back. You can have a look at it and use it if you think it is good enough to use.

PHPClasses
1. https://www.phpclasses.org/package/12239-PHP-Framework-to-route-requests-via-a-front-controller.html#view_files/files/lib/define/utilities

2. https://www.phpclasses.org/package/6512-PHP-Handle-PHP-fatal-and-non-fatal-execution-errors.html#view_files


GitHub
1. https://github.com/niteshapte/define-mvc-php-8/tree/main/lib/define/utilities

2. https://github.com/niteshapte/error-and-exception-handler-logger-php


Hope it helps.


Thanks
N

  4. Re: Very good implementation   Reply   Report abuse  
Picture of Daniel Mullin Daniel Mullin - 2023-05-12 11:38:28 - In reply to message 3 from Nitesh Apte
Awesome, will 100% take a look, I do have some custom exceptions laying around from prior to the recent rewrite just a case of getting that nailed down.