symfony2 propel crud generator - code-generation

Hi not sure why I cannot find an answer for this already im sure im not the first person that wants to do this.
Ive just started using symfony again after 4 years and Im trying to use symfony2 with propel. I have used propel for many yours and get on well with it so would like to continue using it.
In symfony 1.x there used to be crud generators I see there still is in symfony2 but only for doctrine. Is there any support and/or plugin available for easy crud generation for propel in symfony2

There is a generator bundle for Symfony2 and Propel: https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle
It works like symfony 1.x and it is event better ;)
And Propel is well integrated.
Cheers,
William

I don't think so. I did some searching for this recently for this answer and found that Symfony2 may not yet have Propel admin/module generators. If you are starting a new project, can you use 1.3 or 1.4? Not as exciting as using the new stuff, I admit, but if the generator is not yet available...

Related

How to use Zend Framework Begining of time

first ive already installed zend framework skeleton application with command from and composer.pharphp composer.phar require zend..... and i type composer suggests and then install all the suggested application on my computer.
composer require zend...
know i have many file and folder about zend framework, but i cant use it.
can anybody tell me about how to use or implement zend framework.
in the code i understand a litle but its blanks on the Controller and Bootstraps.
for know i want to know about to use zend framework, thanks.
Trying to teach you how to use ZF in a single answer would cost a lot, because of the complexity of the framework. Since that, I strongly recommend you to read the tutorial that Zend guys prepared for us to learn the use of the framework.
If you are using ZF1: Tutorial
If you are using ZF2: Tutorial
I really think it's a good starting point and, if in the future you have more specific questions, you can (obviously) ask them here.
I hope this helps and welcome you to Zend Framework ;).

Which Version of Zend is better for Beginner?

Hello I am new to the Zend & Stacjoverflow also.
I have just basic concepts of Zend in mind only. So please suggest me which version is better for the development zend2 (or) Zend 1.+.
Currently i am using zend 1.12.3 only
Taken from the official FAQs of Zend Framework 2:
I’m starting a new project – which version of Zend Framework should I use?
Start using Zend Framework 2! It's already stable.
It is always a good idea to learn(and use) newer version.

Symfony 2 base services configuration

We are starting to use Symfony 2 in our system, not as a whole but by pulling the components we need and kinda build our framework upon it. We have learned that from these articles
http://fabien.potencier.org/article/50/create-your-own-framework-on-top-of-the-symfony2-components-part-1
And from learning how Silex works as well.
I'm trying to find out how Symfony framework/standard package defines all the kernel.* services but I cannot seem to find that anywhere even after searching all files. Please give me a point if you know.
Symfony2 framework loads bundles from app/AppKernel.php and defines global services in vendor/symfony/src/Bundle/FrameworkBundle/Resources/config/*.xml

Sample working CMS with Zend Framework

I'm looking for a sample project that uses Zend Framework so that I can see how masters do it.
I'm not looking for something that uses other stuff like smarty, or any other major library.
There are plenty of samples for different subjects on sites like zendcast.com but I need a full working solution.
I couldn't come up with anything like that by googling.
I came accross this a while ago, it has a sectoion on Central authentication
http://www.zend.com/webinar/Framework/70170000000bEs9-webinar-secure-application-development-with-the-ZF-20100505.flv
Here are the notes, look at page 9
http://static.zend.com/topics/Webinar-Zend-Secure-Application-Development-with-the-Zend-Framework.pdf
Is this a good idea?
We are making a full open source CMS, based on Zend Framework: Centurion CMS (http://www.centurion-project.org/).
We are working on it since more than 2 years. The project is under the new BSD licence.
Feel free to try, use, pull feature, make some push request, criticize...
If you have any question use the our Google group: http://groups.google.com/group/centurion-project
Social Engine 4 is what you are asking for but its not free nor open source . The best application ever created using ZF has became even more popular then Zend itself (google trend) its known as "Magento". Its open source and based on best programming practices (design patterns) .
Social Engine 4 projects are built on Zend Framework.
Social Engine 3 used smarty but they decided to move to Zend.
Have a look at TomatoCMS
Pro Zend Framework Techniques: Build a Full CMS Project
I think this book will be useful for you.

Create admin module and configuration in Zend Framework 1.9.0

I am working with zend framework for last 2 months. I got zend framework latest version 1.9.0.
I am new in zend framework programming. I am learning one by one.. in zend framework. Now i am confused with creating admin module in zend and their configuration settings. Please help me to create admin module with in the module folder in zend framework.
Thanks and regards,
Prasanth P
Using Zend_Tool you can create modules.
zf create module name
I did have a few issues when creating modules these two blogs were a great help (few articles on each). I was looking to have separate configs, layouts ect for each one, maybe not what you're after but good read anyway.
http://blog.vandenbos.org/2009/07/07/zend-framework-module-config/
We have a similar problem:
I am designing a large scale application with about 5 modules.
Even though I am not finding my way around, I think this blog post http://blog.astrumfutura.com/archives/415-Self-Contained-Reusable-Zend-Framework-Modules-With-Standardised-Configurators.html might be helpful for you and for anybody else. Please, update this thread if you find anything interesting. thanks.
use of this
http://www.skyrocket.be/2009/01/11/admin-cms-routes-in-zend-framework/