0

Am looking for the compatible html/css framework that's work perfectly with cakephp,for example in bootstrap most of times you have to modify cakephp files,is there any other frameworks that are easy to use and also compatible with cakephp ?

1 Answer 1

1

There is no definitive answer to this as all html/css frameworks will require certain classes and id to be used to achieve the styling the framework applies.

There are multiple plugins for using bootstrap with Cakephp but this only tend to adapt how the flash, forms, html and paginator display as everything else in cake is generally performed by the developer which mean in your .ctp files you tend to sent HTML so it's down to you to use the correct classes and id's.

Sign up to request clarification or add additional context in comments.

6 Comments

i thought that there is a framework close to cakephp classes,forms....,guess i have each time to adapt bootstrap with cakephp
Use a plugin to handle the main stuff i have used github.com/slywalker/cakephp-plugin-boost_cake for Cakephp 2 and github.com/FriendsOfCake/bootstrap-ui for Cakephp 3
Matt,what about handling inputs validation using bootstrap's classes(has-error,has-success...) how to fix that in cakephp ?
That will all come as part of the plugin mate. The plugin extends the form templates and takes care of classes being added. The .has-success one you will need to handle via JS as that will require either frontend processing or ajax submission.
is there any other way for handling .has-success, .has-error classes inside .ctp file where i created the form?
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.