x00
MVPx00 MVP
Reactions
-
Re: [Solved] Help with querybuilders GetSelect needed
Are you wanting to create a mySQL View? This is not the same as a view as in a controller view that renders a page. http://dev.mysql.com/doc/refman/5.0/en/views.html (View Post)1 -
Re: Escaping SQL?
Businessdad gave the best answer. Nowadays escaping is done with the database driver functions using a process called "named parameters". The reason is it is knows the databases setup and t… (View Post)2 -
Re: [Solved] Help with querybuilders GetSelect needed
That documentation is a bit outdated to be honest, and doesn't make a lot of sense. I think that was done when V2 was still in the conceptual stage. You are mixing up the database object with th… (View Post)7 -
Re: [Solved] Not redirecting after auto sign in (see plugin)*
If you go back to example.com/forum are you still signed in? (View Post)1 -
Re: Strange Errors and Timeouts with PDO
Well that is a standard 500 internal server error. They happen from time to time, but if it is happening a lot, sporadically, that is an indication of a problem. There is a way to auto refresh on the… (View Post)3
