Looking for fellow PHP coders to work on project with



Hey guys.

I've been doing PHP for the past 2 years, and I'm pretty enthusiastic
about the language. Before then, I used to program (VB, C++) for about
7-8 years.

Lately I really got into web applications, especially the
possibilities for social apps. I want to find some like-minded people
on here who might be interested in working together with me on some
projects.

So far, I have written a framework I call Pal. I wrote it because I
wanted something blazingly fast (Pal can render a basic hello world
with components, views, controller and filters in about 2ms on a good
server). In the past several days I wrote a Database library with an
ORM for it. I'm particularly proud of the ORM because it can execute
arbitrary joins and handle foreign keys with more than one key,
through its object oriented interface. Hopefully they're both easy to
use.

Anyway, I really wanted to get these things into good shape and maybe
start an open source project. I'm going to use this code for all of my
projects, and I think other people might benefit from it too. I have
some PHP documentation up at

http://luckyapps.com/pal/doc/

Does anyone here want to check out my framework and ORM, help me
document it and put it up as an open source project? The code is 99%
complete and everything is fully functional. I just think more heads
are better than one.

If you're interested, just email me at gregory%gregory.net
.



Relevant Pages

  • Re: search engines material
    ... But is there an open source project which I could install to ... > not on the same domain the search engine is stationed). ... If you want to test it with PHP, ... Htdig indexing and searching Web pages interface ...
    (alt.php)
  • Re: [PHP] Re: Opinions / Votes Needed
    ... Java let's me easily do 70% of what I need to ... PHP let's me easily do 95% of what I need to ... static typing and there in the lack of a solid ORM; ... without an ORM and static typing. ...
    (php.general)
  • Re: PHP ORM
    ... appears that the Creole project, which Propel utilizes, is no longer ... It is not exactly an ORM ... It is probably one of the oldest ORM tools for PHP and it is supported, ...
    (comp.lang.php)
  • How can I get a list of object vars?
    ... I'm trying to write a ORM in PHP. ... I want the ORM to have metadata mapping, which have a list of properties name ... and treid get_object_vars but it doesn't return properties name ... Or some good PHP framework's implementation to study for this? ...
    (php.general)
  • Re: [PHP] How can I get a list of object vars?
    ... you may need to work with the reflective functions for a while to get them ... to expose the private member ... php> class someObj { ... I'm trying to write a ORM in PHP. ...
    (php.general)