AJAX Pagination |
[eluser]Johan Michel[/eluser]
Hi guys, I'm just new to this forum, and honestly also CodeIgniter (used Smarty and my own frameworks before). [off-topic] First I think it's polite to introduce myself a bit, I'm Johan, 27 years old, not having a special expertise, more a general internet knowledge (in SEO, Adwords, Design, Programming (although I suck at it ![]() I'm from The Netherlands, small village... well thats it ![]() [/off-topic] I'm having problems with the plugin AJAX Pagination (http://codeigniter.com/wiki/AJAX_Paginat...n_Library/). Yesterday I inserted in my structure. Ajax_pagination.php in system/libraries/ my_data_page.php in system/application/controllers/ xhtml code inside a function (in system/application/controllers/welcome.php) which displays the books (i have a book comparison site). When I tried to add the class My_data_page as in $d = new My_data_page(); it gave an error that it can't find the class (while NuSphere PHPED found the class). So in the end I moved my_data_page.php to welcome.php, now it does recognize the class, but I get these errors: --- A PHP Error was encountered Severity: Notice Message: Undefined property: My_data_page::$common_model Filename: libraries/Loader.php Line Number: 1035 Fatal error: Call to a member function _assign_libraries() on a non-object in /home/vergelij/public_html/system/libraries/Loader.php on line 1035 --- When I remove $this->load->library('table'); this error goes away but I get a similar error but than a problem with the database. Can anyone help me out with this, I would so much appreciate it. Yours, Johan |
Messages In This Thread |
AJAX Pagination - by El Forum - 04-17-2010, 02:49 AM
AJAX Pagination - by El Forum - 04-17-2010, 04:12 AM
AJAX Pagination - by El Forum - 04-17-2010, 04:23 AM
AJAX Pagination - by El Forum - 04-17-2010, 04:33 AM
|