Groups
Groups
Sign in
Groups
Groups
Limonade
Conversations
About
Send feedback
Help
Limonade
1–30 of 65
Mark all as read
Report group
0 selected
728 Bijit Mondal
7/9/22
Is Limonade worth learning
In this 2022 .. Is limonade still worth it.
unread,
Is Limonade worth learning
In this 2022 .. Is limonade still worth it.
7/9/22
rohit kumar
11/22/21
Index.php not load
I have an error in my site.. in Frontend only show default-layout.php.. I don't understand whats
unread,
Index.php not load
I have an error in my site.. in Frontend only show default-layout.php.. I don't understand whats
11/22/21
Benjamin Shaver
8/3/20
Subsequent API calls blocked
Hi there, I have recently begun using / trying out the Limonade PHP api framework. I have a simple
unread,
Subsequent API calls blocked
Hi there, I have recently begun using / trying out the Limonade PHP api framework. I have a simple
8/3/20
ni...@yes-interactive.com
,
Fabrice Luraine
2
8/27/18
Fresh Squeezed Limonade: An extension of the limonade framework
Hello ! Nice work ;-) I've added a note about FSL on the LimonadePHP wiki (https://github.com/
unread,
Fresh Squeezed Limonade: An extension of the limonade framework
Hello ! Nice work ;-) I've added a note about FSL on the LimonadePHP wiki (https://github.com/
8/27/18
dominik...@gmail.com
,
Fabrice Luraine
2
3/15/18
Blank Site
Hello ! I would be happy to help, but without source code and server specifications (from older to
unread,
Blank Site
Hello ! I would be happy to help, but without source code and server specifications (from older to
3/15/18
j0n b0n
,
Fabrice Luraine
3
7/12/17
Otherwise method?
Hello ! Or you can use error handling functions to catch your 404 : https://github.com/sofadesign/
unread,
Otherwise method?
Hello ! Or you can use error handling functions to catch your 404 : https://github.com/sofadesign/
7/12/17
Dwaine Hinds
,
Christopher Lange
2
3/30/16
Limonade Page not found: (GET) /
Hi Dwaine, For a Get route, one of your routes needs to read: dispatch('/', 'app_start
unread,
Limonade Page not found: (GET) /
Hi Dwaine, For a Get route, one of your routes needs to read: dispatch('/', 'app_start
3/30/16
everplays
, …
Angelo Rodrigues
5
3/22/16
Internal Server Error
Hi Hani, It looks like the file for class `CatMySqlExtDAO` is not being included in CatController.php
unread,
Internal Server Error
Hi Hani, It looks like the file for class `CatMySqlExtDAO` is not being included in CatController.php
3/22/16
Russell Harrower
8/9/14
RediMongo v3 github
Just wanted to share my latest work in progress a wordpress style blogging system but for people that
unread,
RediMongo v3 github
Just wanted to share my latest work in progress a wordpress style blogging system but for people that
8/9/14
zh yang
,
Fabrice Luraine
2
3/18/13
url rewrite with nginx?
You can try location / { try_files $uri $uri/ @rewrite; } location @rewrite { rewrite ^/(.*)$ /index.
unread,
url rewrite with nginx?
You can try location / { try_files $uri $uri/ @rewrite; } location @rewrite { rewrite ^/(.*)$ /index.
3/18/13
Leo Zurbriggen
,
Fabrice Luraine
2
3/11/13
Problem with trailing slash
Hello, this is normal, you declared your css path in a relative way, so it depends of the page url.
unread,
Problem with trailing slash
Hello, this is normal, you declared your css path in a relative way, so it depends of the page url.
3/11/13
ulrich palou
,
Fabrice Luraine
2
3/11/13
url_for() bug
If your rendered HTML contains <a href="<?= url_for('/') ?>">test</a
unread,
url_for() bug
If your rendered HTML contains <a href="<?= url_for('/') ?>">test</a
3/11/13
Russell Harrower
,
Fabrice Luraine
2
3/11/13
having issues with class php function and lemonade function
Hello Russel, why are you trying to require the output of your template ? require render("
unread,
having issues with class php function and lemonade function
Hello Russel, why are you trying to require the output of your template ? require render("
3/11/13
Roberto Jimenez
,
Zen Vantalye
2
6/29/12
XML CALLBACK
You must use "return" instead "echo". You can't use many return in single
unread,
XML CALLBACK
You must use "return" instead "echo". You can't use many return in single
6/29/12
chem
,
Lance Wicks
2
7/21/11
form -> dispatch -> controller problem
Hi Chem, I might be wrong, but on first glance I think you want the PHP inside the action element to
unread,
form -> dispatch -> controller problem
Hi Chem, I might be wrong, but on first glance I think you want the PHP inside the action element to
7/21/11
chem
7/17/11
Google Chrome and http://www.limonade-php.net
The visual appearence looks spartanic with Google Chrome Version 12.0.* No colours, no layout, no
unread,
Google Chrome and http://www.limonade-php.net
The visual appearence looks spartanic with Google Chrome Version 12.0.* No colours, no layout, no
7/17/11
chem
,
Fabrice Luraine
3
7/14/11
language as part of the url
Hello, merci beaucoup for your helpful hints. This gave me a push in the right direction. best
unread,
language as part of the url
Hello, merci beaucoup for your helpful hints. This gave me a push in the right direction. best
7/14/11
vladu sorin
,
Fabrice Luraine
2
7/14/11
Rendering two view path - frontend and backend
Hello, you can set the view dir option in the before function like this: https://gist.github.com/
unread,
Rendering two view path - frontend and backend
Hello, you can set the view dir option in the before function like this: https://gist.github.com/
7/14/11
vladu sorin
, …
Fabrice Luraine
8
5/25/11
Can't rendering a page
I've solved. I've debugged the route function and I had seen the views path doesn't was
unread,
Can't rendering a page
I've solved. I've debugged the route function and I had seen the views path doesn't was
5/25/11
pistacchio
, …
xangelo
3
4/4/11
Before specific pages
Hi pistacchio, As Alejandro said, the easiest method I found was to simply wrap all the routes in a
unread,
Before specific pages
Hi pistacchio, As Alejandro said, the easiest method I found was to simply wrap all the routes in a
4/4/11
Troy
1/26/11
Break out for cache
Is there a way to break out of processing the regular order of functions in the before or configure
unread,
Break out for cache
Is there a way to break out of processing the regular order of functions in the before or configure
1/26/11
henq
11/21/10
strict-mode for URL dispatching?
Hi Newby question. I'd like to be able to force a strict adherence to the specified dispatch
unread,
strict-mode for URL dispatching?
Hi Newby question. I'd like to be able to force a strict adherence to the specified dispatch
11/21/10
Lance Wicks
11/9/10
0.4.6 -> 0.5.0 Migration - Smooth!
Hi All, I'm a bit slow I know but I just migrated my DojoList app from Limonade 0.4.6 to 0.5.0
unread,
0.4.6 -> 0.5.0 Migration - Smooth!
Hi All, I'm a bit slow I know but I just migrated my DojoList app from Limonade 0.4.6 to 0.5.0
11/9/10
Ernesto
9/3/10
Set Function
When I'm using the Set function , it destroy my layout and it's aligned left , when i remove
unread,
Set Function
When I'm using the Set function , it destroy my layout and it's aligned left , when i remove
9/3/10
orangechicken
2
8/3/10
'OPTIONS' request method is unkown or unavailable
On Aug 3, 3:49 pm, orangechicken <therealdave.my...@gmail.com> wrote: > Something with a
unread,
'OPTIONS' request method is unkown or unavailable
On Aug 3, 3:49 pm, orangechicken <therealdave.my...@gmail.com> wrote: > Something with a
8/3/10
johnc
,
Fabrice Luraine
2
7/30/10
url_for() removing url parameter set to 0
you found a bug ;-) replace if(!empty($v)) with if($v != "") and it will be ok. I will fix
unread,
url_for() removing url parameter set to 0
you found a bug ;-) replace if(!empty($v)) with if($v != "") and it will be ok. I will fix
7/30/10
nooga
,
Fabrice Luraine
2
7/22/10
limonade+twig?
Hello, I would probably do the same as you've done: some function wrappers like your twig($
unread,
limonade+twig?
Hello, I would probably do the same as you've done: some function wrappers like your twig($
7/22/10
Sebastian
,
Baglan
3
6/29/10
flash and redirects
> I think Flashes were designed just like in the Rails - they are, essentially, session parameters
unread,
flash and redirects
> I think Flashes were designed just like in the Rails - they are, essentially, session parameters
6/29/10
Sebastian
, …
Fabrice Luraine
10
6/28/10
out of memory on calling render() - infinite loop?
Hello, I forgot to notice on the website that API covers the 0.4 stable version, not the edge one. I
unread,
out of memory on calling render() - infinite loop?
Hello, I forgot to notice on the website that API covers the 0.4 stable version, not the edge one. I
6/28/10
Frank Liu
, …
Fabrice Luraine
3
6/23/10
[limonade:166] limonade and phpti template is perfect for each other
It looks great. Do you have some usage example ? 2010/5/11 Stas Sușcov <st...@nerd.ro> În data
unread,
[limonade:166] limonade and phpti template is perfect for each other
It looks great. Do you have some usage example ? 2010/5/11 Stas Sușcov <st...@nerd.ro> În data
6/23/10