Database PHP Library and Fuzzy Logic PHP Library

I’m almost finished with the hard part of the HTTP library and the Hook library is almost complete as well. The next two projects are currently in the planning stage to be started once those two libraries are complete enough to be used in projects. I want to develop a ORM / Active Record Database Library to understand the workings of other database ORM and Active Record libraries. I also want to work on a Fuzzy Logic library for PHP game development.

Fuzzy Logic Library

I think that if there was already a Fuzzy Logic library for PHP, I probably wouldn’t even attempt an implementation. Given the math involved, I’ve been putting this off for quite a while. It has been almost 4 years since I wanted to do this. I believe I’ve progressed far enough with my programming skills and also understanding of what is involved with Fuzzy Logic to attempt it.

I don’t believe the initial attempt will be usable. I also think that I’m missing some key parts for understanding what exactly is part of the implementation of Fuzzy Logic systems. Reading what little I’ve found, there appears to be math that the authors assume that I should already know.

I’m going to start development of the class structures based on how I want the implementation to work. I believe that much I do understand, even if I am missing details. If I’m still missing information and the unit tests are not working, then I’ll have to buy several more books in order to complete my education. If I have to do that, then I’ll be charging for using the library to earn back some of the money I spent. If I don’t, then I’ll probably buy one or two of the books just be sure I didn’t miss out on features that people expect, but the library will be free for all to use.

I’m not exactly sure, I might be able to complete certain math related implementation details not dealing with set theory. I think that is part of it really. The graphing equations are really just geometry and I’ll simply need to look up the formulas for those and implement it in the library.

ORM / Active Record Database Library

I don’t like how other database libraries implement ORM and I want to development my own to see if how I think it should be implemented is even possible or feasible enough to be implemented. I want to keep the library simple, but feature complete enough that I could use it in my own projects. I believe that if I were to do a public project, that I should use another database library.

I do want to spend the time to learn how ORM is implemented and develop my own database library. I also hope that this time, the library I write actually works. The other attempts either were shit or too convoluted to even try to complete.

Possibly Related Posts:


Comments are closed.