{"id":17248106,"url":"https://github.com/kakra/adodbrecord","last_synced_at":"2025-03-26T05:43:07.407Z","repository":{"id":416233,"uuid":"35820","full_name":"kakra/adodbrecord","owner":"kakra","description":"AdoDBRecord -- an ActiveRecord look-alike in PHP using AdoDB","archived":false,"fork":false,"pushed_at":"2009-02-17T20:37:25.000Z","size":184,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T07:22:48.430Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://hurikhan77.wordpress.com/category/adodbrecord/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"fxa/uritemplate-js","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kakra.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-07-21T15:42:42.000Z","updated_at":"2019-08-13T13:29:35.000Z","dependencies_parsed_at":"2022-07-08T01:50:23.059Z","dependency_job_id":null,"html_url":"https://github.com/kakra/adodbrecord","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakra%2Fadodbrecord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakra%2Fadodbrecord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakra%2Fadodbrecord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakra%2Fadodbrecord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kakra","download_url":"https://codeload.github.com/kakra/adodbrecord/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245598310,"owners_count":20641884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T06:40:01.345Z","updated_at":"2025-03-26T05:43:07.387Z","avatar_url":"https://github.com/kakra.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"AdoDBRecord -- an ActiveRecord look-alike in PHP using AdoDB\n============================================================\n\nAuthor: Kai Krakow \u003ckai@kaishome.de\u003e\n\nDisclaimer: By using this software you agree to the terms of GPLv2:\nhttp://www.gnu.org/licenses/gpl-2.0.html\n\nHomepage:\nhttp://github.com/kakra/adodbrecord/\n\nYou need the following software to run AdoDBRecord:\nhttp://phplens.com/adodb/ (essential)\nhttp://simpletest.org/ (unit testing)\n\n\nRead first\n==========\n\nSince I developed with Rails using the ultra-comfortable ActiveRecord I\nfelt the need for a similar solution in PHP. Googling around I found some\npeople saying this is impossible. That’s true: Ruby’s OOP implementation\nis in many ways superior to PHP’s.\n\nBut anyway I decided: Some of ActiveRecord's comfort must be possible in\nPHP. I’ve decided to build on AdoDB for PHP since it already does the\nheavy lifting of database abstraction very good.\n\nThe interface is currently very limited and should be very self\nexplanatory. For all interested hackers I’ve set up a git repository\nat GitHub and would be very interested on your feedback.\n\nThis project grew out of the need to ease up database development in an\nalready existing legacy application. It’s not meant as an exact\nActiveRecord replacement in PHP – just similar in convenience.\n\n\nInstallation\n============\n\nCopy to your php includes location. Best choice may be where your\nadodb.inc.php resides, however you can configure that with the\n$PREFIX_ADODB variable. At least v4.54 of AdoDB is needed which\nwill be checked. Adjust the database settings in the class file\nor create an own file which contains these settings and include the\nclass file from there instead. I know, this is currently not so well\ndone.\n\n\nDirectory Layout\n================\n\nlib      ... Main class, class tree\nexamples ... Sample code, usage\ntests    ... Unit tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkakra%2Fadodbrecord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkakra%2Fadodbrecord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkakra%2Fadodbrecord/lists"}