98 comments found.
WoW, I saw this late but still usable.
Please I need to add two major functions to this and I will be grateful it will be possible.
1. When user logs in, they will have to verify there mobile number. Also, when they forget password, password reminder sent to their phone as SMS.
2. A simple shopping cart where users will be able to place order and admin will be able to manage products and orders.
Are these possible?
Yes it’s possible.
What do I need to do to make this possible?
You need to integrate the SMS gateway.
I have msg91.com SMS Account/API but I don’t know much about CI. How long will it take you to do it for me how much?
Send me details on this address : support@slickphp.com
Email sent. Regards
Demo page .. Please correct the problem .. I want to buy.
Demo work fine on my end
No Access. White page :/
Sorry for the problem but I don’t see any white pages. It’s working fine here! Please try again: http://demo.slickphp.com/
New version any time soon?
I hope you will get update next week.
How do I localize a Menu label when I add new menu items in the backend? I have tried to set @lang.sometext and such as the label with no luck.
Any hints?
PS. Nice work – I really like what you have implemented so far. DS.
Sorry, multi language is not supported yet. Glad to know that you liked it 
1. Do the fatfree plugin – Multilang – work with this implementation? It rewrites the route urls to include language code, and it suppose to be SEO friendly.
I’ve not tested that plugin.
Hi,
I am using slickPHP Starter Kit for my web project. And I want to create new class model and I don’t know how ?
I added a new php file with new class into the model folder but it can’t detect the model class: http://212.44.104.32/backend/stock/edit/7
thanks..
Hello, Before start development please read “Dev Guide”, I hope it will give you a solid start point on this guide you will get information how to create controller, model and view.
You will get information how to create a model in “Database” section.
still I don’t get it. I added a new model(app/model folder) and still not find my model class. I use the same example of the documentation.
can you explain the process of adding new model and model class ?
Hello,
First you need to declare the name space of your model. Default SlickPHP model namespace is “namespace Model”. When you declare namespace on a model then model will auto load by SlickPHP.
Here is the sample:
namespace Model;
class Abc extends \Model {
protected
$fieldConf = array(
'id' => array(
'type' => \DB\SQL\Schema::DT_BIGINT
),
'name' => array(
'type' => \DB\SQL\Schema::DT_TEXT
)
),
$table = 'abc',
$primary = 'id',
$db = 'DB';
}
I tried in the same example and still do not recognize the model class. it’s like the application does not allow creation of new model class.
if I call some of the existing model classes through the controller it’s working normally.
Could you please send me your mail or skype… or I can give you ftp access to the server?
ok send me the ftp access details to support@slickphp.com
it still same
It’s working here. Also it’s work on online proxy.
will the issue resolved?
There is no issue with demo. It’s working. You should try with proxy.
i tried on www.proxysite.com but it didnt work…
Error: The requested resource could not be loaded because the server returned an error: 500 Internal Server Error.
we cant see demo page.
Sorry for the problem, please try now.
can i know what kind of frame work used planning to purchase
I’ve used Fat Free Framework as a base.
Hello, is there a forecast for the release of version 2.0? Thanks.
End of the August, I hope.
ok, thanks.
Just had to purchase this. Is a perfect solution for a Blog or any other varieties of sites as well. Not too many features that will overwhelm a user. Just perfect. Great work friend and Thank you.
I’m glad that it fulfills your requirement. Thanks for your kind words 
Also rated it, 5 stars of course. Wish more folks would rate it as it deserves it. Oh, was a mere 5 minute install at most and runs smoothly. No issues even locally it is a nice package. Now to dive into the theme..
Thank you for the rating. I hope, you’ll be happy with the theme system as well 
Hello. It looks great script. It is multilingual and can translate into my language (en)? It is customizable? Thanks.
Hello amilton, I’ve implement localization all over the framework. At this moment we give support English & Bangla and user have the option to change language in admin general setting.
SlickPHP is fully customizable it’s comes with a development document.
Thanks
Ok. I can then for example copy the Inlges language file, translate into Portuguese and rename? The system will recognize the new language file? Thanks.
Yes system will automatically detect language base on the language file name.
After created the language file, you need to add it on “Site Language” dropdown then it will available.
Thanks
Thanks.
How to search article? I cannot find any search form in there.
Search functionality will be available in version 2.0
Complicated installation. Unable to login, always errors. I think it started to sell his script without having it finished. Hope you take the time to improve it. At the moment it can not be used.
Thanks for your opinion.
Sorry, there was a little problem in first release. I have fixed that and released an update in v1.0.1.
Please check your version, if you are using the old one then please download the latest version and try fresh installation with updated files and database.
Same here, I can confirm the password for the administration is not working. At least that is on a local wamp instance.
Sorry, there was a little problem. I have fixed that and released an update.
Please download the latest version and try fresh installation with updated files and database.
Thanks for the heads up dude, will do! cheers.
hello I have your slickphp program and when I try to login as a member or admin i get the error Invalid login information, try again.
everytime i try to login on backend from my install i get. Invalid login information, try again.
Hi Fantome2024, Please remove all existing table and re-import database dump. Hopefully it will work.
hello tried that and still nothing, can I just get a refund on this was looking for a quick framework to get started. I have a project that needs completed shortly and dont have time to troubleshoot framework. Thanks for your time
Hello, Where you want to install local server or online server if online server please send me the login information, i will fix for you.
If you want to refund please discuss with Envato.
Thanks
Sorry, there was a little problem. I have fixed that and released an update.
Please download the latest version and try fresh installation with updated files and database.
Hi, is there a chance for a forum module in the future, it does not need to be something fancy 
Hi, At this moment i’m not plan to create a forum plugins.
Have you tested with SQL Server? is that right?
I’ve not tested yet, but it should work since it’s a feature of Fat Free Framework.
installed but wont load page shows page without css and page keeps loading wont let me login to admin area installed in root directory
Please verify the install process, i think you forget to import database dump. Please import database dump from storage\data folder.
After import login backend and go to Settings > General set your Site URL then every css and js will load properly.
i installed the database
i am a developer also
Please send the current database dump to support at slickphp.com
i deleted as it wasnt working will have to try and reinstall
You’ve not emailed me. Where you are trying to install? Local server or web server?
Please try on web server as test, if still problem exist then send me login details. I’ll try to locate the issue. Then you can try on your local server.