Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > alt.php.sql > #33

Re: PHP class based database system with some sql features(some queries)

Path csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
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 Mon, 4 May 2020 15:21:59 +0200
Lines 17
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>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-Trace individual.net 03DplenXS8zWBw+d9BmfCQSDdB5A4tz76/qClbR5geKNSDhh97
Cancel-Lock sha1:E/B3KRcUPNK7lmfftJgfIjys5T8=
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0
In-Reply-To <eaac2039-fefc-4b28-ad50-e2be126143af@googlegroups.com>
Content-Language en-US-large
Xref csiph.com alt.php.sql:33 alt.comp.lang.php:26

Cross-posted to 2 groups.

Show key headers only | View raw


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 | NextPrevious in thread | Next in thread | Find similar


Thread

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