I'm looking for something that I can use to do versioning in PHP (not for code). I'd like to do revision control for a text input users edit.
I've found something great for Ruby (https://github.com/courtenay/acts_like_git) but can't find anything for PHP.
Does it not exist?
Show activity on this post. $query = "SELECT * from admin where username = '{$_SESSION['login_user']}'"; $result = mysqli_query($conn,$query); while($row=mysqli_fetch_assoc($result)) { echo"<tr>"; echo"<td><input type=\"text\" name=\"user_id\" value=\".
Data can be fetched from MySQL tables by executing SQL SELECT statement through PHP function mysql_query. You have several options to fetch data from MySQL. The most frequently used option is to use function mysql_fetch_array(). This function returns row as an associative array, a numeric array, or both.
You could use one of the ORM solutions that support versioning behavior. Both Doctrine and Propel support this, and there probably are even more.
Or maybe I misread your question, and you're looking for versioning of the model itself instead of versioning your data?
This looks promising, but I don't know how well it works. Will you test it for me? :P
http://code.google.com/p/ruckusing/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With