[eluser]Unknown[/eluser]
i am a newbie to cI, and surfing user guide to develop basic CRUD.
Reading - viewing - deleting database records work is just fine.
but i need update page .
1 getting information from database using Model --- okey
2 pass $data to view in controller page's update function --- okey
3 populate form fields with that data is --------------- problem
i use set_value function but it did nt work.
please suggest me a CRUD example. there are a lot of CRUD example from google, but they are in 1.7 examples. and dont work on new versions of apache

)))
my system is
###### Apache Friends XAMPP Lite (Basis Package) version 1.7.3 ######
+ Apache 2.2.14 (IPV6 enabled)
+ MySQL 5.1.41 (Community Server) with PBXT engine 1.0.09-rc
+ PHP 5.3.1 (PEAR)
thanks