we are a parents initiative who runs a small kindergarden / child nursery and we set out to build a basic web based documentation and reporting application for our nursery.
I developed a Rails 3.1 application that consists of a 100% Ajax CRUD forms to input users and customers.I created two separate models, controllers, views etc.The views for each model contain jquery f
I need to implement a back-office layer for an application. It will have to implement the data access through EF4, and expose the data access as CRUD through WCF services. The using of WCF Data Servic
I\'m on the way to port an old Java Swing-based application to PHP, and this application is very CRUD-intensive, with lots of tables and reports.
This is what I have: An entity-relational schema, modelled for Doctrine 2.0 (in PHP); The generated database, on a MySQL server.
I am building some CRUD forms for a web application. I have one entity, lets say Part, that has its own fields (sku, price, etc) as well as a link to other entities via @OneToMany. The way I have laid
I am currently working on application that is build on rails 3.0.9. All of a sudden the client decided that there should be a place to create a user and edit a user in the admin section of the website
So basically I am trying to combine what I found in these two tutorials to make a working CRUD: http://fwebde.com/php/simple-crud-with-codeigniter/
I am working on Rails 3.1 Jquery Ajax demo app listed here https://github.com/samnang/ajax_rails31_demo.I am trying to add code to delete comments.I have modified comments_controller.rb and added a de
I am just coming to grips with Reactive Extensions but still haven\'t had that \"A-Ha\" moment, the moment when it all seems to fit into place. As a result of this, I need some help and want to know w