hello,
I integrate my formualire data in a page, like this:
View :: Forge (webmail / connexion_imap ', $ data);
This page will be included in other to keep my connection open imap. So I make a Fuel :: load (connexion_imap.php);
It does not work ... I do not understand why ..
Thx for your help
Fuel::load() does a plain include of the file.
As you don't pass a fully qualified path name, it will be loaded relative to the current directory, which is the directory your index.php is in.