Jasper Tey
- Registered on: 2010-11-27
- Last connection: 2012-04-23
Activity
Reported issues: 0
2012-04-23
- 12:38 PM PHP ActiveRecord General: RE: Postgresql Database Support/Setup
- I'd like to know as well, whether or not Postgres is fully supported.
2012-02-20
- I notice a quirk with the numericality validator; consider the following example on a decimal(10,2) field "amount":
...
2012-02-13
- 09:42 AM PHP ActiveRecord Help: RE: Can not connect to database on production server
- I've experienced this when the database server is down; but what I want to add is that the fatal error exposes the da...
2011-01-31
- I noticed when I have a validation as such:...
2011-01-19
- Is it possible to retrieve an entire result-set in json form? For example:
$users = User::all(); // returns an arr...
2010-12-13
- Is there a way to intercept the automatic updated_at timestamp so that it only updates when certain fields of the mod...
2010-12-12
- 07:34 PM PHP ActiveRecord Help: RE: Issues with BLOB attributes
- During my tests, I had tried PDF and a Word doc; are those binary per se?
2010-12-09
- When working with BLOB attributes, the content I set is not being stored as-is (I assume due to SQL injection protect...
2010-12-06
- I was looking up the Model::update_attributes function in the docs: http://www.phpactiverecord.org/docs/ActiveRecord/...
2010-11-28
- Say I have a model Post, which can have many Comments. i.e., Post has the association
$has_many = array("comments"...
Also available in: Atom