Welcome Guest, Not a member yet? Register   Sign In
Poll: Straight PHP or SQL Trigger
You do not have permission to vote in this poll.
PHP All the way!
80.00%
4 80.00%
SQL Triggers
20.00%
1 20.00%
Total 5 vote(s) 100%
* You voted for this item. [Show Results]

Database - Triggers or no Triggers?
#4

You should avoid using triggers in general ... they are SQL-based logic and that's bad unless the database is what literally drives your application (not just as storage). If you're writing a PHP app, keep the logic in PHP - that's the basic rule that you should follow.
Reply


Messages In This Thread
Database - Triggers or no Triggers? - by jLinux - 08-27-2015, 10:55 AM
RE: Database - Triggers or no Triggers? - by Narf - 09-01-2015, 02:16 AM
RE: Database - Triggers or no Triggers? - by Narf - 09-01-2015, 05:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB