Page 1 of 1

How to create a VIEW instead of a TABLE?

Posted: 2016-06-12 06:20
by suesayram
Hi All,

I can create a view in MySQL easily enough..

Code: Select all

CREATE VIEW view_name AS
SELECT column_name(s)
FROM table_name
WHERE condition
but I don't see how to do this in AppGini. Am I missing anything?

Sue

Re: How to create a VIEW instead of a TABLE?

Posted: 2016-06-15 07:30
by DevGiu
Agree. I use a lot of Views on my project and I need to "connect" AppGini "tables views" with them.

Re: How to create a VIEW instead of a TABLE?

Posted: 2016-06-15 08:55
by Noha Eshra
This is currently not supported in AppGini, yet we are planning on implementing it in future releases.

Please check this forum thread where a user suggests a way of implementing views in AppGini.
http://forums.appgini.com/phpbb/viewtop ... 101&p=1904