Groups | Search | Server Info | Login | Register
| From | "J.O. Aho" <user@example.net> |
|---|---|
| Newsgroups | alt.php.sql, alt.comp.lang.php |
| Subject | Re: PHP class based database system with some sql features(some queries) |
| Date | 2020-05-04 15:21 +0200 |
| Message-ID | <hhaj7nFtbf4U1@mid.individual.net> (permalink) |
| References | <7f7c9834-7067-4985-9115-07f5a98f9f69@googlegroups.com> <6d01fd9a-4116-4d76-8aa4-9ba6303272fb@googlegroups.com> <eaac2039-fefc-4b28-ad50-e2be126143af@googlegroups.com> |
Cross-posted to 2 groups.
On 04/05/2020 10.33, kristjan1291983@gmail.com wrote: > SQL allowed queries: > > select * from classa; > select a from classa; > select * from classa join classb on (classa.a=classb.c); > select * from classa where a=abc and b=abcd; > select * from classa where a=abc; Great you have found a hobby, but please don't multipost the same message to multiple news groups, do a crosspost instead, that way everyone will be able of taking part of a conversation, also do not post the code it self, there are many good places to host the code which makes it easier to find the latest version, I would suggest github.com which is today the most popular one.
Back to alt.php.sql | Previous | Next — Previous in thread | Next in thread | Find similar
Easy php db system, that saves data to files and needs only one file( itself) Kristjan Robam <robamman2020@hotmail.com> - 2020-03-20 12:28 -0700
Re: Easy relative php db system, that saves data to files and needs only one file( itself) Kristjan Robam <robamman2020@hotmail.com> - 2020-03-20 22:29 -0700
Easy object based relational php database system that saves data to files only needing 1 file (the system php file) Kristjan Robam <robamman2020@hotmail.com> - 2020-03-21 06:00 -0700
PHP class based database system with some sql features(some queries) kristjan1291983@gmail.com - 2020-05-04 01:33 -0700
Re: PHP class based database system with some sql features(some queries) "J.O. Aho" <user@example.net> - 2020-05-04 15:21 +0200
Re: PHP class based database system with some sql features(some queries) "J.O. Aho" <user@example.net> - 2020-05-04 17:29 +0200
Re: PHP class based database system with some sql features(some queries) kristjan1291983@gmail.com - 2020-05-05 02:45 -0700
Re: PHP class based database system with some sql features(some queries) kristjan1291983@gmail.com - 2020-05-05 08:01 -0700
Re: PHP class based database system with some sql features(some queries) "J.O. Aho" <user@example.net> - 2020-05-05 18:33 +0200
Re: PHP class based database system with some sql features(some queries) kristjan1291983@gmail.com - 2020-05-05 19:35 -0700
Re: PHP class based database system with some sql features(some queries) "J.O. Aho" <user@example.net> - 2020-05-05 18:19 +0200
csiph-web