Page 1 of 1

get_sql_fields() and get_sql_from()

Posted: 2015-02-11 09:20
by mkhakheria
Hi

I was looking for above functions in incFunctions.php file in admin folder but the function does not exist. To confirm my installation I downloaded the app from the website again uninstall and re-install AppGini. Also I deleted the incFunctions.php in my DocumentRoot and regenerate the file but still could not find those functions

FYI I am attaching the incFunctions.php

Thanks

Re: get_sql_fields() and get_sql_from()

Posted: 2015-02-11 14:40
by Bertv
both functions are in incCommon.php

Re: get_sql_fields() and get_sql_from()

Posted: 2015-02-16 15:53
by shasta59
What I do to find a function, or line of code or whatever is use a program which allows me to search an entire folder and sub folders. Doing it this way makes it very fast to find what I am looking for.

I use a Mac and a program called BBEdit. There are many good programs out there which can do this.

That way, if you are looking for something specific you do not have to do it manually. Let the power of the computer do the searching for you.

Alan