I have combined the basic things that are needed when you are developing a website using zend framework . Not included the zend framework library . This zfbase contains an admin module and a default module ( Nick Belhomme technique
) .
It also uses the amazium blog technique ( Jeroen Keppens ) to load the different layout for admin and front page .
If you need to connect to a db just uncomment the line in the application.ini of config directory and give the necessary details . This was a technique I learned from Rob Allen author of the book "zend framework in action" , zend framework educaton advisory board member and owner of the site akrabat .
I hope these files can be just copied to start another project . You don't want to issue the command zf create project <project name> any more
. You can still use zf command to generate contollers and actions . Many of you may be having your own zend framework skelton . This is for those who don't have one and who is looking to learn how module , layout etc works in zend framework .
The zfbase skelton contains an admin module where you can place admin models and controllers . Default module the same as that of quickstart , not having any difference . So this will help newbie to zend-framework . You don't need to spend any more time googling . All you need is to get this and start your zend framework project .
There are many techniques , this is one way that you can do it . If you have some other nice way share and let others learn that technique too .
Tweet ( #zfbase , tinyurl : http://bit.ly/1y5me ) this if you liked it . Don't forget to promote this link in dzone . You don't want to pay anything for writing comments , then why are you waiting ?.
Thanks to zend framework and all zend framework bloggers who are helping . I don't have any copy-right all rights to respective owners
.
Get it from github http://github.com/harikt/zfbase.


Comments
I'll have to take a look.. I
I'll have to take a look..
I use Smallunch (smallunch.com) as it has a frontend and backend application section and uses module layout, Doctrine, etc. (perhaps I'm partial as I built it thou)
More like Symfony w/o the bloat
Yes seems a good one
Ya smallunch seems to be a good one .
You can go with it itself :)
Cheers
smallunch "quick"start?
Is there a decent tutorial on smallunch? I've gone through the quickstart and there's nothing anywhere on how to actually access the CRUD module that gets created from the buildModule command. Might have been nice if they would have put a little more effort into the quickstart and documentation.
May be
I have just gone through the quick start and it seems interesting. Not tried it , so don't know more about it.
nice, tnx man!
nice, tnx man!
Downoading project
I am trying to download project but I can not. Any idea?
Please look check gitmannual
Please check gitmannual . You will be able to quickly get it though git or just clicking the download from github.
Thanks, Harikt. It helps a
Thanks, Harikt. It helps a lot.
However, I have a problem when I run the login action with skeleton/admin/login.
What is the problem you are
What is the problem you are facing ?
Thanks
Thanks
Add new comment