Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Huzzi
0
Discussions
36
Comments
138
Activity
mulitple validation group
got it working, logical operator was wrong ... if (\Input::method() == 'POST' && $cust->run() || $pay->run() || $ben->run()) {
Comment by
Huzzi
November 2011
permalink
Tutorial for using rest controller
This is how i have it working controller/ajax.php
Comment by
Huzzi
November 2011
permalink
Tutorial for using rest controller
try removing $this->response->set_header('Content-Type','application/json'); I'll try to post some code for you tonight from my project.
Comment by
Huzzi
November 2011
permalink
Tutorial for using rest controller
Samit Rimal wrote on Tuesday 8th of November 2011: Yes i have seen the page . I didnt have how to use it with ajax calls. having a big trouble in using when try to do ajax calls. There's a tutorial about ajax login http://saaboke.com/?p=2…
Comment by
Huzzi
November 2011
permalink
Tutorial for using rest controller
Have you seen this page? http://fuelphp.com/docs/general/controllers/rest.html class Controller_Test extends Controller_Rest { public function get_list() { $this->response(array( 'foo' => Input::get(…
Comment by
Huzzi
November 2011
permalink
FuelPHP Starter App
Thats brilliant! thanks calvin.
Comment by
Huzzi
September 2011
permalink
FuelPHP Tutorials???
Try the following links http://net.tutsplus.com/tutorials/php/getting-started-with-the-fuel-php-framework http://blog.adamfairholm.com/fuelphp-for-codeigniter-developers Edited links*
Comment by
Huzzi
September 2011
permalink
Creating a payment gateway interface
I believe calvinfroedge is already working on a payment package based on tihs CFPayments http://payments.calvinfroedge.com/
Comment by
Huzzi
August 2011
permalink
Question about controller "category" and id in URL
Cool
Comment by
Huzzi
August 2011
permalink
Question about controller "category" and id in URL
sorry, i use db class not orm.. hope someone else can help you. good luck.
Comment by
Huzzi
August 2011
permalink
The best way to send a 403 from the before() method
Have you looked at this page in the docs? http://fuelphp.com/docs/classes/response.html
Comment by
Huzzi
August 2011
permalink
Question about controller "category" and id in URL
Dmitry Barko wrote on Tuesday 23rd of August 2011: CREATE TABLE `laptops` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(45) CHARACTER SET latin1 NOT NULL, `price` varchar(45) CHARACTER SET latin1 NOT NULL, `photo` varchar(45)…
Comment by
Huzzi
August 2011
permalink
Question about controller "category" and id in URL
Tell me how you have desgined your database, I assumed you had a single table that holds all your categories / sub-categories and another table for the products.
Comment by
Huzzi
August 2011
permalink
Question about controller "category" and id in URL
You can do this with one method not hundred...Just pass second or third parameter like this: Public function action_category($category,$subcategory,$product){ Echo $category; Echo $subcategory; Echo $product; } If you're still not sure then l…
Comment by
Huzzi
August 2011
permalink
Question about controller "category" and id in URL
Something like this Class Controller_Category extends \Controller{ public function action_index($category) { echo $category; } http://domain.com/category/computer will echo computer
Comment by
Huzzi
August 2011
permalink
Small Bugs on Fuelphp.com
Calvin Froedge wrote on Thursday 18th of August 2011: There are some minor bugs I've run across on FuelPHP.com For example: http://screencast.com/t/VIiQcx1i Who is responsible for fixing such things and where should such bugs be reported (I…
Comment by
Huzzi
August 2011
permalink
Getting DB results as read only exception from DB::select
Have a look at this thread http://fuelphp.com/forums/topics/view/3901
Comment by
Huzzi
August 2011
permalink
FuelPHP Speed
Great! Thanks for the info.
Comment by
Huzzi
August 2011
permalink
simple select query to pass data array to view
if you pass an object the the view using set_global .. the data is encoded right? $this->template->set_global('user', $user);
Comment by
Huzzi
August 2011
permalink
simple select query to pass data array to view
Try View::factory('howdy-view', $data, FALSE);
Comment by
Huzzi
August 2011
permalink
forum login
Jaroslav Petrusevic wrote on Monday 1st of August 2011: Yeah huzzi, it also stopped working for me ~5days ago maybe more. Thought I was only one in here:) sometimes it makes me feel better when I'm not alone on the boat:)))) good to know…
Comment by
Huzzi
August 2011
permalink
Payments Package in Development, Need Testers
Frank Bardon wrote on Tuesday 26th of July 2011: Yes sir. It's in the roadmap Thanks nerdsrescueme
Comment by
Huzzi
July 2011
permalink
Payments Package in Development, Need Testers
Great! Would you be implementing ipn feature for the paypal? I'm working on a website thats uses paypal for payments so looking forward to using your payment package. Thanks for your contribution.
Comment by
Huzzi
July 2011
permalink
Date class bug
Done.
Comment by
Huzzi
July 2011
permalink
Fuelinfo
Very useful script, thanks for sharing.
Comment by
Huzzi
July 2011
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
About
Username
Huzzi
Joined
January 2011
Visits
1
Last Active
March 2013
Roles
Member