PHP 5.3 namespae compatibility

14 views
Skip to first unread message

Pittiplatsch

unread,
Nov 8, 2010, 3:12:41 PM11/8/10
to Outlet ORM
Please change IDENTIFIER_PATTERN in class OutletMapper to make Outlet
compatible with namespaces:

const IDENTIFIER_PATTERN = '/\{[a-zA-Z0-9_]+(( |\.)[a-zA-Z0-9_]+)*
\}/';

change to:

const IDENTIFIER_PATTERN = '/\{[a-zA-Z0-9_\\\]+(( |\.)[a-zA-Z0-9_]+)*
\}/';

Luís Otávio

unread,
Nov 9, 2010, 5:06:32 PM11/9/10
to outle...@googlegroups.com
Hello

I've update that on my fork -> https://github.com/lcobucci/outlet-orm.
I'm refactoring OutletORM, creating a lot of changes, testing... trying to improve the framework.

If you guys want to check and use, be my guest. The refactoring process is about 30%, but the framework is fully function as the SVN build.

I'm applying some Q&A tools like PHPMD, PHPCPD, PHPUnit clover with Hudson to get the framework better...

Any issues you found, please use github issues system ;)

Cheers,

Luís


--
You received this message because you are subscribed to the Google Groups "Outlet ORM" group.
To post to this group, send email to outle...@googlegroups.com.
To unsubscribe from this group, send email to outlet-orm+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/outlet-orm?hl=en.


Holtkamp

unread,
Nov 11, 2010, 6:20:48 AM11/11/10
to Outlet ORM
Luís,

did you consider this issue in your improvements?
http://groups.google.com/group/outlet-orm/browse_thread/thread/fb043f81301cfe82

and possible some more documentation to make it easier for new persons
to 'understand' the approach of the framework.

Beleza!

Menno

On 9 nov, 20:06, Luís Otávio <lcobu...@gmail.com> wrote:
> Hello
>
> I've update that on my fork ->https://github.com/lcobucci/outlet-orm.
> I'm refactoring OutletORM, creating a lot of changes, testing... trying to
> improve the framework.
>
> If you guys want to check and use, be my guest. The refactoring process is
> about 30%, but the framework is fully function as the SVN build.
>
> I'm applying some Q&A tools like PHPMD, PHPCPD, PHPUnit clover with Hudson
> to get the framework better...
>
> Any issues you found, please use github issues system ;)
>
> Cheers,
>
> Luís
>
> On Mon, Nov 8, 2010 at 6:12 PM, Pittiplatsch <j...@gmx.net> wrote:
> > Please change IDENTIFIER_PATTERN in class OutletMapper to make Outlet
> > compatible with namespaces:
>
> > const IDENTIFIER_PATTERN = '/\{[a-zA-Z0-9_]+(( |\.)[a-zA-Z0-9_]+)*
> > \}/';
>
> > change to:
>
> > const IDENTIFIER_PATTERN = '/\{[a-zA-Z0-9_\\\]+(( |\.)[a-zA-Z0-9_]+)*
> > \}/';
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Outlet ORM" group.
> > To post to this group, send email to outle...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > outlet-orm+...@googlegroups.com<outlet-orm%2Bunsu...@googlegroups.com>
> > .

Luís Otávio

unread,
Nov 13, 2010, 8:39:13 AM11/13/10
to outle...@googlegroups.com
Hello!
 
I don't think that I'm abble to create more documentation on the framework, but I'll put PHPDoc tags on each class and method ;)
I'll create that issue on github ;) and see it as soon as possible.
 
Thanks!
 
Luís

To unsubscribe from this group, send email to outlet-orm+...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages