Tag Archives: contemplation

SQlite and PHP 5

I am kind of enjoying PHP 5 and SQLite, but I’m kind of mad that I can’t extend the class for my other classes. That won’t really be a big issue since I can still use the functions in any class I create. I also like the new mysqli class and that I can extend the class, it really helps out with automating some things.

Although what I want to do with SQLite is fairly basic, I will probably extend on it at an later time. I don’t know, it is fairly difficult to think that I won’t be able to use something like PHPmyAdmin to easily make changes. I’m sure some joe will come along and create it, but that is some ways off and the first implementation is going to suck. For somethings I like the fact that I won’t be able to use it since I will have some privacy when it comes to what is actually in the table. While somethings would be extremely easy to do with MySQL, my host doesn’t really like what I want to do and I don’t want to bog down their servers.

One thing that I was hoping I would be able to do is create a grid and assign people to a section of the grid. Eventually, the player will grow into someone elses section and have to battle that player to gain more land. This would be really difficult to do even with SQLite and I’m not sure how the implementation will exactly be and how it will work with the game. I may do some work after I finish everything else. I am kind of looking forward to using SQlite for AI. That will be exciting.

Possibly Related Posts: