I'd like to have "PRO" Php developers advice regarding the framework they use , specially for an application that use "mainly" php as authentication process, connector and db data process in relationship with an Ajax/Jquery Client ... I use Zend Framework , but is that framework the lightest solution for that kind of process ?
In my list i have :
- Symfony http://symfony.com/get_started
- Kohana http://kohanaframework.org/
Ok,
Here are further details on what i need :
I'm developing a website that needs these requirements :
Simple login with classic interface and social ones (facebook, twitter). When user login , he can just change some parameters on his account (pseudo, password and so on). Then, the only thing he can do is creating what i will call "objects" that have different properties. These "objects" can then be share with others through a graphical interface.
Nearly everything on the client side will be just displaying these objects with Jquery/Ajax in relashionship with PHP...
So, i just need PHP for oAuth process and datas manipulations...
I'm trying to find the best solutions regarding this little scenario...
For now, i use Zend Framework on Zend server, it works, but seems to be a little bit "heavy" .. so my question is : is there a better 'lightest' way to consider this ?
Dunno if i'm clear :-/ ...
So, thanks in advance !