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>
> > .