Powerstack is a full featured framework that draws on some of the most popular
frameworks out there. Powerstack mainly draws ideas from Dancer
a perl web framework.
Powerstack includes a very powerful plugin and hooks system, this make it very easy to extend the core functionality or provide your own custom functionality.
The most interesting and cool thing in Powerstack is how you define your routes/urls. It uses a similar
system to that in Dancer.
This makes creating Restful web applications easy and straight forward.
--
--
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to nzp...@googlegroups.com
To unsubscribe, send email to
nzphpug+u...@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "NZ PHP Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nzphpug+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
https://github.com/powerstack/powerstack/blob/master/lib/powerstack/core/filesystem.php#L106 -- hehe, this is really nice :-)
if ($content === false) {return false;}
return $content;
return $foo == $bar ? true : false;
--
--
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to nzp...@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "NZ PHP Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nzphpug+u...@googlegroups.com.
--
--
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to nzp...@googlegroups.com
To unsubscribe, send email to
nzphpug+u...@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "NZ PHP Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nzphpug+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.