RServe
We use JQuery UI for RServe user interface

We are working on user interface right now, and we choose JQuery UI for our UI framework. JQuery UI natively support by Yii Framework so it’s easier to implement it using Yii Framework. 

FYI, we plan to provide reservation UI for 3 different platforms which are web, mobile phone(iphone) and tablet pc (ipad). We choose iphone and ipad as sample devices for our RServe due on it’s popularity.

In our imagination, some popular restaurant and cafe will write your name in their waiting list using an ipad with RServe application. And you will able to reserve your self without directly talk to their waiters. Isn’t interesting for you? 

What do you think? You can leave your comment here. What your expectation from RServe that can help you to make reservation at your favorite hotel and restaurant?

Working with MongoDB on Yii Framework

We use MongoDb as our database engine. Currently, there is no component for MongoDb yet in Yii Framework. We use Yii Framework as our PHP framework to build the RServe app. So we write our own component for MongoDb in Yii Framework. 

Finally, our MongoDb component for Yii Framework has done yesterday. And we start to use it for RServe. It’s just a basic ORM to wrap MongoDb collection in to a basic model which use in MVC pattern. We will update it soon and share it to Yii Framework community.