php.activerecord
Download
Wiki
Docs
News
Forums
About us
Sign in
Register
Home
Users
Show
Steven Chan
Registered on: 2012-12-19
Last connection: 2012-12-19
Activity
Reported issues: 0
2012-12-19
05:55 AM
PHP ActiveRecord
Help: insert join date with unix timestamp
here's my code:
$user = member::create(array(
'email' => $_POST['email'],
'password' => md5(base64_encode...
Also available in:
Atom
Get Stable Build -
v1.0
June 27 2010
Get Nightly Build
December 21, 2012
Latest News
Website Downtime
Mon Sep 26 12:43:49 -0400 2011
ago
Did you know? PHP-AR has Eager Loading
Tue Aug 31 19:31:08 -0400 2010
ago
php-activerecord 1.0 released!
Sun Jun 27 20:02:55 -0400 2010
ago
Website updated with forums and wiki
Fri Jun 18 17:37:23 -0400 2010
ago
php-activerecord 1.0 RC1 released!
Tue Apr 06 20:00:15 -0400 2010
ago
Recent Activity
I have a table: categories - id - type: News_Category, Rap_Category, - pare...
by
Thành Long Nguyễn
Thu Dec 27 10:36:25 -0500 2012
Hello there. I've used ActiveRecord for quite a while now, though have not worke...
by
Dave Bixler
Thu Dec 20 16:23:41 -0500 2012
Merge pull request #228 from fetch/quoted_validations validate_uniqueness_of cre...
by
Jacques Fuentes
Thu Dec 20 10:39:23 -0500 2012
Removed unused line
by
Koen Punt
Thu Dec 20 10:30:32 -0500 2012
here's my code: $user = member::create(array( 'email' => $_POST['email'],...
by
Steven Chan
Wed Dec 19 05:55:12 -0500 2012
I have the same problem, if you find the solution let me please .
by
juan cabrera
Tue Dec 18 10:42:45 -0500 2012
Hi all, I was wondering if there is a possibility of using Composite Keys as $...
by
Jordi Casals
Fri Dec 14 10:37:38 -0500 2012
added fixtures for valuestore also for sqlite pgsql and oci
by
Koen Punt
Tue Sep 25 06:31:35 -0400 2012
Fixed issue where validate_uniqueness_of created invalid sql when column name was...
by
Koen Punt
Thu Aug 30 07:16:57 -0400 2012
added autoloader for the ActiveRecord namespace for composer.json
by
Clay vanSchalkwijk
Tue Jul 31 10:51:30 -0400 2012
Loading...