hello guys

now GAE php just went public for everyone, I have made a little project 
hoping it will be useful and to make everyone life easier, it is a php 
framework, I have tried to stay faithful to spirit of gae apis, taking 
notes directly for python

https://github.com/netdur/gae-shell

currently still work in progress but good enough to build three little apps 
to demonstrate how it works (I will be writing documents in coming days)

todo list 
https://github.com/netdur/gae-shell/blob/master/controllers/Todo.php 
news bits (briefing) 
https://github.com/netdur/gae-shell/blob/master/controllers/News.php 
rest api 
https://github.com/netdur/gae-shell/blob/master/controllers/Tasks.php

the Model / Query classes is tested on local mysql server, I plan to test 
it on google sql cloud once I'm able to, to make Model works I need to use 
either eval or generate php code, I hate eval less than generated code so I 
have opted to use eval (single line of code), the good news is that Model 
may save you money because of its usage of memcache

please take a took and tell me what do you think

ps: why suggested tags doesn't have php tag?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to