integration with codeigniter

Questionsintegration with codeigniter
rezky asked 10 years ago

how integration phpGrid with codeigniter? i use view to display jGrid but not working…

1 Answers
Raja Noman answered 10 years ago

Use following link for reference

How-Tos & FAQs

Place the controller code between by replaceing –Controller code– and save the file with the name php_grid in controller folder.

class Php_grid extends CI_Controller {
public function index(){
$this->load->database();
$this->load->helper('url');
–Controller Code–
$this->load->view('html',array('out' => $out));
}
}
Finallay in view folder paste the html part in html.php file. change your router.php file accordingly.

Your Answer

9 + 5 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?