First page Back Continue Last page Overview Graphics
SQL Access
Lets you run whatever SQL you want directly from your code.
- $profile->sql_get(“Select * from table where a = ?”, $val);
You can do whatever SQL lets you do.
You loose the benefits of decoupling your SQL from your code.
Notes: