Gul Muhammad

Results 16 comments of Gul Muhammad

??? i have done the second part using custome code and first issue is remaining

i want to show them on my home page like this i have home view in the views folder and i want to show the post from specifc category on...

this code gives follwoing error on home view...... A PHP Error was encountered Severity: Notice Message: Undefined index: blog_categories Filename: libraries/Fuel_blog.php Line Number: 556 and following as well Error Number:...

i put this line for it print_r($tables); exit(); it gives only this.....Array ( [search] => fuel_search )

i am using 1.2 version of fuel

i have commented the search module then it give same output with forms module i also commented that and now it gives... Array ( [blog_posts] => fuel_blog_posts [blog_categories] => fuel_blog_categories...

i have commented the forms module and i need it but commenting it producing the above result so what we will do now...

i have tried the above but no changes same result

hmmm thats great ..........! but the code is echoing nothing on home view page

i have put this code in the get_category_posts() $posts = $this->CI->blog_posts_model->find_all($where, $order_by, $limit, $offset, $return_method, $assoc_key); //return $posts; echo $this->CI->blog_posts_model->debug_query(); it gives this SELECT fuel_blog_posts.*, fuel_blog_users.display_name, CONCAT(fuel_users.first_name, " ", fuel_users.last_name)...