Yet another noob Getting Started Question

QuestionsYet another noob Getting Started Question
Lindsay asked 9 years ago

Your product looks great. I just purchased a enterprise license but I am having difficulty getting started

Installation was easy, no problems, I can run all the examples.

Ive read and re-read the documentation, but I cannot relate the examples to code in the demo files, for example:
-In the docs on: "Defining Columns of Grid", what file or what part of the file does this code sniplet go? Index.php?
-I loaded the example below into a hello.php and it does not generate any errors, but renders a blank page.

Thanks
Lindsay

<?php
// we are assuming that database connection are already set

// include and create object
include("inc/jqgrid_dist.php");
$g = new jqgrid();

// set few params
$grid["caption"] = "Sample Grid";
$g->set_options($grid);

// set database table for CRUD operations
$g->table = "clients";

// render grid and get html/js output
$out = $g->render("list1");
?>

1 Answers
Abu Ghufran answered 9 years ago
Your Answer

10 + 17 =

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?