Empty update form_input |
[eluser]Unknown[/eluser]
Hello, Im new on CodeIgniter.. I have controller (crud): Code: function update() { view (updateform) Code: <?php $this->load->helper('form'); ?> and model (posts_model): Code: function updatePost($id, $title, $content) { Now are: http://lulzimg.com/i22/e9f615.png and want that be like this: http://lulzimg.com/i22/e6a49a.png now is empty update form input, but i want that I will see from database what I updating... Anyone can help? :/ |
Messages In This Thread |
Empty update form_input - by El Forum - 05-24-2011, 12:55 AM
Empty update form_input - by El Forum - 05-24-2011, 01:28 AM
Empty update form_input - by El Forum - 05-24-2011, 01:40 AM
Empty update form_input - by El Forum - 05-24-2011, 04:19 AM
|