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
Love the new site
Nice website... Love it
Comment by
Huzzi
November 2012
permalink
Spam messages.
Thanks
Comment by
Huzzi
September 2012
permalink
backbone.js with fuelphp
is this a open-source project? really like to see a backbone.s example. shohyuken wrote on Friday 29th of July 2011: I am using backbone.js for my frontend. It's getting a little bit tricky to work it with fuel php Input class, here is why B…
Comment by
Huzzi
July 2011
permalink
Class 'finfo' not found
I had the same issue, the below is workaround. https://github.com/fuel/core/issues/213
Comment by
Huzzi
April 2012
permalink
Web site list -> Powered by fuelphp
Thats brilliant find.. thanks.
Comment by
Huzzi
April 2012
permalink
CodeSniffer coding standards
Don't really know what you mean by CodeSniffer but here's the url for fuelphp's coding standard. http://docs.fuelphp.com/general/coding_standards.html
Comment by
Huzzi
April 2012
permalink
Database selection
I'm trying to use mysql driver not PDO but it's getting picked up by default. I was hoping by setting the environmental variable to development it will pickup the db config from /config/development/db.php(mysql) My understanding was if t…
Comment by
Huzzi
March 2012
permalink
Database selection
Hi WanWizard! Thanks for your quick response. Dumping \Config::get('db') shows nothing. Echoing echo Fuel::$env; in bootstrap.php is showing "development" When i'm calling DB::list_tables(); from the controller I'm ge…
Comment by
Huzzi
March 2012
permalink
File Upload help / New to Fuelphp
Something like this, Not tested. //View Upload //Controller if (\Upload::is_valid()) { \Upload::save(); $file = \Upload::get_files(0); } else { /…
Comment by
Huzzi
March 2012
permalink
Forum Fix
I believe they're working on a new forum based on vanillaforums.org.. but don't understand why these minor bugs can't be fixed for now.
Comment by
Huzzi
March 2012
permalink
FuelPHP's first cheat sheet
Brilliant work! Browser extension would be great Thanks for your contribution to this brilliant framework.
Comment by
Huzzi
February 2012
permalink
Amazon S3 Package : Fuel-S3
Thanks Dan.
Comment by
Huzzi
February 2012
permalink
CGarchitect - Architectural Visualization Community
Very impressive site, congrats! Did you use Fuelphp framework for the CMS?
Comment by
Huzzi
February 2012
permalink
I'm having problems with uploading files.
Have looked at the log files inside the app dir?
Comment by
Huzzi
February 2012
permalink
Extending simpleauth login function
Harro Verton wrote on Friday 3rd of February 2012: classes/auth/login/driver tells you exactly which methods are abstract and have to be defined in your driver. Thanks WanWizard
Comment by
Huzzi
February 2012
permalink
Extending simpleauth login function
Looks like you also have to extend the perform_check() method as well.
Comment by
Huzzi
February 2012
permalink
CruiseSouthampton.com
cool... like it. very clean design. Only thing i would say is the icons on the map quite big..
Comment by
Huzzi
January 2012
permalink
Kroobe.com
cool.. like the way you did the listing & details page. Did you use jquery on the back button on the details page?
Comment by
Huzzi
January 2012
permalink
Idle Thumbs
Wow! Love the design.. this has to be the best looking fuelphp site I've been. Did you use any css framework? Good job!
Comment by
Huzzi
January 2012
permalink
Where to place random classes / libraries
You're right it would go under app/classes. You can put it inside a sub-folder if you wanted to organise your code.
Comment by
Huzzi
December 2011
permalink
Favourite / Best IDE to use with FuelPHP?
NetBeans 7.0, overall it's good.. only feature i don't like is the find and replace.
Comment by
Huzzi
December 2011
permalink
webz.gr
lexx, do you think you will stick with fuelphp or try CI as well?
Comment by
Huzzi
December 2011
permalink
Understanding file structure to put controller, model and view
try the following links. Fuelphp 002 - folders explanation http://www.youtube.com/watch?v=RdVKgIkSMy4 Fuelphp for codeigniter developers http://blog.adamfairholm.com/fuelphp-for-codeigniter-developers/ Also, don't forget to check out all the…
Comment by
Huzzi
December 2011
permalink
Best Practices for User Profile Fields
It's best to design your user table exactly how you want then just add the fields required for the auth library.
Comment by
Huzzi
November 2011
permalink
mulitple validation group
Sorry, it's not working. Now i'm getting error messages for all 3 validations but $pay->validated does not contain value.
Comment by
Huzzi
November 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