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? :/
[eluser]Unknown[/eluser]
crud_view: Code: <?php $this->load->helper('form'); ?>
[eluser]InsiteFX[/eluser]
Code: <?php echo form_open('crud/update'); ?> InsiteFX |
Welcome Guest, Not a member yet? Register Sign In |