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
Image library
I was given a github url to download a new version of the gd.php, can't remember what it was but I think dudeami made full request on fuelphp core.
Comment by
Huzzi
April 2011
permalink
Image library
Got it working... thanks dudeami for your help on irc.
Comment by
Huzzi
April 2011
permalink
How is FuelPHP different/better than CodeIgniter?
you may find this article useful FuelPHP for CodeIgniter Developers http://blog.adamfairholm.com/fuelphp-for-codeigniter-developers/
Comment by
Huzzi
April 2011
permalink
force login
try this if you're using simpleauth. $auth->login($username,$password);
Comment by
Huzzi
April 2011
permalink
Image Library
Has anyone managed to get this working on wampserver? (version 2.1) using Windows 7. I get the following error messages: Error - 2011-04-23 23:28:50 --> 2 - imagealphablending() expects parameter 1 to be resource, null given in E:\projects\websi…
Comment by
Huzzi
January 2011
permalink
Uri::last();
ok, let's leave it out and go with Uri:Segment(-1);
Comment by
Huzzi
April 2011
permalink
Uri::last();
Thanks Jelmer for your thoughts on this, I agree we have to be careful not to clutter the framework. I'll do a pull request and add the method when I get some time. Thanks
Comment by
Huzzi
April 2011
permalink
Custom validation
no worries... i think the reply button should be next to the Quote... that will stop me hitting the quote button
Comment by
Huzzi
April 2011
permalink
Custom validation
Jelmer Schreuder wrote on Monday 18th of April 2011: Currently the only rule that does something similar is within the Validation class: match_field That works because it can get the Validation instance to ask for the input. However, if you will …
Comment by
Huzzi
April 2011
permalink
Variables in the view
I can get the variable if i use $this->template->set_global('data', $data); but not using the method below: $this->template->content = View::factory('users/create') ->set('var','…
Comment by
Huzzi
April 2011
permalink
Stationwagon
Can't run the application Warning: require_once(E:\projects\websites\stationwagon\fuel\core\bootstrap.php) [function.require-once]: failed to open stream: No such file or directory in E:\projects\websites\stationwagon\fuel\app\bootstrap.php on…
Comment by
Huzzi
February 2011
permalink
Variables in the view
Am not front of the pc now .. I thinking I have a nested view ... create view is calling _form view. When calling the _form view from create view do I need to pass the variables to the _form view again?
Comment by
Huzzi
April 2011
permalink
Variables in the view
you're right I was calling the wrong view thanks for pointing that out.
Comment by
Huzzi
April 2011
permalink
jQuery autocomplete example
Thanks Phil.
Comment by
Huzzi
April 2011
permalink
Base Controller
I had the same issue.. have a look at this for answer http://fuelphp.com/forums/topics/view/808
Comment by
Huzzi
April 2011
permalink
Call to a member function body() on a non-object
thanks guys!
Comment by
Huzzi
April 2011
permalink
Stationwagon
Jelmer Schreuder wrote on Tuesday 5th of April 2011: In Fuel we have "Output filtering" instead of input filtering by default (you can switch this if you want in app/config/config.php), this means that anything passed to the view gets p…
Comment by
Huzzi
February 2011
permalink
Stationwagon
https://github.com/abdelm/stationwagon/blob/master/fuel/app/classes/controller/users.php on line 44. $this->template->content = View::factory('users/signup') ->set('val', Validation::instance('signup_user')…
Comment by
Huzzi
February 2011
permalink
Cannot redeclare class Controller_admin
Ok, Thanks guys
Comment by
Huzzi
April 2011
permalink
Phil's template library
Thanks Phil.
Comment by
Huzzi
March 2011
permalink
How to use Asset::add_path
Jaroslav Petrusevic wrote on 2011-03-28: Hello I think you would need to use smth like this, for example for the backend.: \Asset::remove_path('assets/'); \Asset::add_path('assets/admin/'); and then just ec…
Comment by
Huzzi
February 2011
permalink
How to use Asset::add_path
Can someone give me an example of how to use add_path? In my assets dir I have the following folders: Assets ---themes admin css js img default css js img I like to include the css from admin/css but doing this throws error. Fuel\Core…
Comment by
Huzzi
February 2011
permalink
Phil's template library
Harro Verton wrote on 2011-03-21: No, it doesn't. I'm working on a theme engine at the moment, but first some issues regarding the autoloading of files need to be fixed. Currently you can't set a searchpath for a single load reques…
Comment by
Huzzi
March 2011
permalink
Modules and Routing
Ok, will try again. Thanks for looking into this.
Comment by
Huzzi
March 2011
permalink
Modules and Routing
Am getting 404 error, yes I do have template called template which is the default.
Comment by
Huzzi
March 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