[PHP] TURBOPY cloud framework + IDE beta available NOW

2012-10-27 Thread Johannes Reichardt

Hi developers,

I would like to invite you to test a public beta of the hybrid nosql PHP 
framework with IDE
that has been developed by me within the last 10 years (don't be afraid, 
most time it was rebuilt

from scratch to make it more simple).

It contains a lot of new concepts that probably change the way of 
developing and editing websites.
It is build for high performance websites as well as small business 
websites and includes a mongodb
dbal layer for very simple database access. Other features include high 
modularity, lazy loading, a small codebase,
an AJAX interface, a "templating language" that is so simple that it is 
probably not ok to call it a language.


Other features include:

- CMS features like frontend editing with drag drop sorting
- Filebrowser for quick access of files on your server (including drag & 
drop uploading)

- Built in handling of sessions & users and groups
- Content/controller separation
- WYCIWYG, "what you code is what you get"
- Controller inheritance, simple to change
- Diff tools and optional plugins like object history, advanced register 
and login

- Convinient debugging tools
- Many more - you name it!

You can directly download the beta including testsite here:
http://turbopy.com/beta
If you like watching videos you can check out the channel on youtube:
http://www.youtube.com/user/TheTurbopy
The mailinglist on google is here:
https://groups.google.com/group/turbopy
An interview about the history and ideas of TURBOPY:
http://turbopy.com/blog/interview_jr

Currently TURBOPY is not under the GPL and only open source in the sense 
that you can use
it for free if you use it privately on a non-public server. The legal 
issues are still to be
worked on and will be updated in the future. If you consider buying a 
license there is
an offer especially for this list, using the coupon code CMLISTC you 
save 20%
and another 20% of the price will be donated to Marijn Haverbeke because 
TURBOPY

would be only half as appealing without his wonderful code editor.

If you are interested in joining this project in some way just drop me a 
line. Enjoy!


- Johannes


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Rest

2012-10-27 Thread Adam Tong
Hi,

I need to develop a rest API.I want your feedback on how you develop
rest apis. I don't want to use a heavy framework just for that, and I
find url rewriting time consuming.

Any suggestions?

Thank you

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] TURBOPY cloud framework + IDE beta available NOW

2012-10-27 Thread Marco Behnke
Am 27.10.12 16:22, schrieb Johannes Reichardt:
> Hi developers,
>
> I would like to invite you to test a public beta of the hybrid nosql
> PHP framework with IDE
> that has been developed by me within the last 10 years (don't be
> afraid, most time it was rebuilt
> from scratch to make it more simple).

From what I see most of your concepts are not up to date of how you
would do things now.
This starts with simple "leave brackets on if else single line
conditions" which is from my point of view a no go and ends with using
static calls instead of instances.

And why PHP 5.2?

And I am curious if you have developed a real templating engine or if
you are going by eval()? From what I see, it looks a bit like that.

But these are only my points. I browsed the pages, had no insight on the
code.

But I like your concept on the in place editing, that looks pretty cool
and handy.


-- 
Marco Behnke
Dipl. Informatiker (FH), SAE Audio Engineer Diploma
Zend Certified Engineer PHP 5.3

Tel.: 0174 / 9722336
e-Mail: ma...@behnke.biz

Softwaretechnik Behnke
Heinrich-Heine-Str. 7D
21218 Seevetal

http://www.behnke.biz




signature.asc
Description: OpenPGP digital signature


Re: [PHP] Rest

2012-10-27 Thread Marco Behnke
Am 27.10.12 19:47, schrieb Adam Tong:
> Hi,
>
> I need to develop a rest API.I want your feedback on how you develop
> rest apis. I don't want to use a heavy framework just for that, and I
> find url rewriting time consuming.
>
> Any suggestions?
>
> Thank you
>
Let us see what you have done so far towards your goal, so we can
discuss on how we can improve it.

-- 
Marco Behnke
Dipl. Informatiker (FH), SAE Audio Engineer Diploma
Zend Certified Engineer PHP 5.3

Tel.: 0174 / 9722336
e-Mail: ma...@behnke.biz

Softwaretechnik Behnke
Heinrich-Heine-Str. 7D
21218 Seevetal

http://www.behnke.biz




signature.asc
Description: OpenPGP digital signature


Re: [PHP] Rest

2012-10-27 Thread Matijn Woudt
On Sat, Oct 27, 2012 at 7:47 PM, Adam Tong  wrote:
> Hi,
>
> I need to develop a rest API.I want your feedback on how you develop
> rest apis. I don't want to use a heavy framework just for that, and I
> find url rewriting time consuming.
>
> Any suggestions?
>
> Thank you
>

I'd suggest you google for "PHP REST".
It has plenty of information. There are even lightweight frameworks
that do nothing more than providing REST API. And while URL rewriting
may be time consuming, you could use a single rewrite that pushes all
to PHP and you can do the rest in PHP.

- Matijn

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Fwd: Re: [PHP] Rest

2012-10-27 Thread Volmar Machado
-- Mensagem encaminhada --
De: "Volmar Machado" 
Data: 27/10/2012 17:07
Assunto: Re: [PHP] Rest
Para: "Matijn Woudt" 

But if what you want to know, is how to works inside, google for
PHPMaster.org REST PHP. They have a two part article about it, and is
really good
Em 27/10/2012 14:49, "Matijn Woudt"  escreveu:

On Sat, Oct 27, 2012 at 7:47 PM, Adam Tong  wrote:
> > Hi,
> >
> > I need to develop a rest API.I want your feedback on how you develop
> > rest apis. I don't want to use a heavy framework just for that, and I
> > find url rewriting time consuming.
> >
> > Any suggestions?
> >
> > Thank you
> >
>
> I'd suggest you google for "PHP REST".
> It has plenty of information. There are even lightweight frameworks
> that do nothing more than providing REST API. And while URL rewriting
> may be time consuming, you could use a single rewrite that pushes all
> to PHP and you can do the rest in PHP.
>
> - Matijn
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>